blob: f54de9f6b355ab4a0975624aa40b4af8076f77b4 [file] [log] [blame]
{
"name": "FlagKit",
"version": "1.1",
"summary": "Beautiful flag icons for usage in apps and on the web.",
"description": "Beautiful flag icons for usage in your apps.\nIncludes the vast majority of country flags out there and some special ones (World, EU).",
"homepage": "https://github.com/madebybowtie/FlagKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bowtie": "howdy@madebybowtie.com"
},
"social_media_url": "http://twitter.com/madebybowtie",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/madebybowtie/FlagKit.git",
"tag": "v1.1"
},
"ios": {
"source_files": [
"Source/FlagKit.swift",
"Source/UIImage.swift"
]
},
"tvos": {
"source_files": [
"Source/FlagKit.swift",
"Source/UIImage.swift"
]
},
"osx": {
"source_files": [
"Source/FlagKit.swift",
"Source/NSImage.swift"
]
},
"resources": "FlagKit.xcassets",
"deprecated": true
}