blob: e8d1fd90de1e67c201babdcbc327688db8b7faa6 [file] [log] [blame]
{
"name": "KSGeography",
"version": "1.0.2",
"summary": "Some basic helpers for handling countries and regions.",
"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",
"homepage": "https://github.com/ksylvest/geography",
"license": "MIT",
"authors": {
"Kevin Sylvestre": "kevin@ksylvest.com"
},
"source": {
"git": "https://github.com/ksylvest/geography.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KSGeography": [
"Pod/Assets/KSGeography.plist"
]
},
"dependencies": {
"KSReason": [
]
}
}