[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / e / f / CFCountryFlags / 0.1.0 / CFCountryFlags.podspec.json
blobfbecbc2f79407961f885d2043157b91b84c1126c
2   "name": "CFCountryFlags",
3   "version": "0.1.0",
4   "summary": "Helper for displaying country flags, rendered from SVG files with help of SVGImage pod.",
5   "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",
6   "homepage": "https://github.com/codingfingers/CFCountryFlags",
7   "license": "MIT",
8   "authors": {
9     "Marcin Lepicki": "marcin@codingfingers.com"
10   },
11   "source": {
12     "git": "https://github.com/codingfingers/CFCountryFlags.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "CFCountryFlags": [
22       "Pod/Assets/*.svg"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "SVGImage": [
28       "~> 0.0.4"
29     ]
30   }