-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAmelkinHomework.podspec
More file actions
25 lines (18 loc) · 860 Bytes
/
Copy pathAmelkinHomework.podspec
File metadata and controls
25 lines (18 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.new do |spec|
spec.name = "AmelkinHomework"
spec.version = "0.0.12"
spec.summary = "A CocoaPods library written in Swift"
spec.description = <<-DESC
Learning project for GPB-iOS. Represents a square view with name
DESC
spec.homepage = "https://github.com/Vlodzimej/GPB-iOS-Cocoapods-Homework"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "vlodzimej" => "amel-07@mail.ru" }
spec.ios.deployment_target = "13.0"
spec.swift_version = "4.2"
spec.source = { :git => "https://https://github.com/Vlodzimej/GPB-iOS-Cocoapods-Homework.git", :tag => "#{spec.version}" }
spec.source_files = "AmelkinHomework/**/*.{h,m,swift}"
spec.dependency 'SnapKit'
spec.dependency 'OtusHomework'
spec.public_header_files = "AmelkinHomework/**/*.{h}"
end