forked from madebybowtie/FlagKit
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlagKit.podspec
More file actions
Latest commit
19 lines (15 loc) · 650 Bytes
/
Copy pathFlagKit.podspec
File metadata and controls
19 lines (15 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.newdo |s|
s.name="FlagKit"
s.version="2.2"
s.summary="Beautiful flag icons for usage in apps and on the web."
s.homepage="https://github.com/madebybowtie/FlagKit"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Bowtie"=>"howdy@bowtie.se"}
s.social_media_url="http://twitter.com/madebybowtie"
s.ios.deployment_target="10.0"
s.osx.deployment_target="10.10"
s.tvos.deployment_target="10.0"
s.source={:git=>"https://github.com/madebybowtie/FlagKit.git",:tag=>"v#{s.version}"}
s.source_files="Sources/Swift/FlagKit/*.swift"
s.resource="Assets/FlagKit.xcassets"
end