[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 8 / 3 / CountryAndCity / 0.1.2 / CountryAndCity.podspec.json
blob581d805cdbdab43e84ef3864c7e6acb2a80645b5
2   "name": "CountryAndCity",
3   "version": "0.1.2",
4   "summary": "Get a list of countries and their corresponding cities on our awesome planet, in Swift.",
5   "description": "Get a list of countries and their corresponding cities on our awesome planet, in Swift.\nData are retrieved from this respository: https://github.com/pluwen/World-Cities",
6   "homepage": "https://github.com/royhcj/CountryAndCity",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "boyroyh@gmail.com": "boyroyh@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/royhcj/CountryAndCity.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "CountryAndCity/Classes/**/*",
23   "resource_bundles": {
24     "CountryAndCity": [
25       "CountryAndCity/Assets/**/*"
26     ]
27   }