[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 9 / KSGeography / 1.0.4 / KSGeography.podspec.json
blob498a9c7a595296d1c0ab20af02df4eace03e77d4
2   "name": "KSGeography",
3   "version": "1.0.4",
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.4"
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   }