blob: de3f2254ddcf9fafbc4de6fb066b55acf5d47a55 [file] [log] [blame]
{
"name": "KSGeography",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KSGeography": [
"Pod/Assets/KSGeography.plist"
]
},
"dependencies": {
"KSReason": [
]
}
}