blob: fbecbc2f79407961f885d2043157b91b84c1126c [file] [log] [blame]
{
"name": "CFCountryFlags",
"version": "0.1.0",
"summary": "Helper for displaying country flags, rendered from SVG files with help of SVGImage pod.",
"description": " Helper for displaying country flags, redered from SVG files with help of SVGImage pod. \n Uses 4x3 flag icons from https://github.com/stevenrskelton/flag-icon \n",
"homepage": "https://github.com/codingfingers/CFCountryFlags",
"license": "MIT",
"authors": {
"Marcin Lepicki": "marcin@codingfingers.com"
},
"source": {
"git": "https://github.com/codingfingers/CFCountryFlags.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"CFCountryFlags": [
"Pod/Assets/*.svg"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"SVGImage": [
"~> 0.0.4"
]
}
}