[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / KSGeography / 1.0.0 / KSGeography.podspec.json
blobfac420f21944d4dd8405a072ea47d68907fb0384
2   "name": "KSGeography",
3   "version": "1.0.0",
4   "summary": "Some basic helpers for handling countries and regions.",
5   "description": "                       Adds in some helper classes for dealing with countries and regions.\n\n                       * Supports both Canada and the US by default.\n                       * Can be easily extended with larger lists.\n",
6   "homepage": "https://github.com/ksylvest/geography",
7   "license": "MIT",
8   "authors": {
9     "Kevin Sylvestre": "kevin@ksylvest.com"
10   },
11   "source": {
12     "git": "https://github.com/ksylvest/geography.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "KSGeography": [
22       "Pod/Assets/KSGeography.plist"
23     ]
24   },
25   "dependencies": {
26     "KSReason": [
28     ]
29   }