blob: 402b7c99c55869ee2ef4d41ce68b4fb01722086f [file] [log] [blame]
{
"name": "AGEFlagIcons",
"version": "1.1.0",
"summary": "UIImage category for flags using ISO 3166-1 country codes",
"description": "This is a pod containing GoSquared's flag icons (https://www.gosquared.com/resources/flag-icons) and a UIImage category for convenience.",
"homepage": "https://github.com/alexanderedge/AGEFlagIcons",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Edge": "alex@alexedge.co.uk"
},
"source": {
"git": "https://github.com/alexanderedge/AGEFlagIcons.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/alexedge",
"platforms": {
"ios": "8.0"
},
"source_files": "AGEFlagIcons/Classes/**/*",
"resource_bundles": {
"AGEFlagIcons": [
"AGEFlagIcons/Assets/Flags.xcassets"
]
},
"public_header_files": "AGEFlagIcons/Classes/**/*.h",
"frameworks": "UIKit"
}