blob: 153e277dfbc47fcbbf5af11661cc0c6ec77a7a20 [file] [log] [blame]
{
"name": "CityInfo",
"version": "0.0.4",
"summary": "CityInfo.",
"homepage": "https://github.com/xiaowu2016/CityInfo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangchao": "942777491@qq.com"
},
"source": {
"git": "https://github.com/xiaowu2016/CityInfo.git",
"tag": "0.0.4"
},
"public_header_files": "CityInfo/**/*.h",
"preserve_paths": "CityInfo/*.*",
"libraries": "CityInfo",
"vendored_libraries": "lib/libCityInfo.a",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/CityInfo/include/**",
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/CityInfo/lib/**"
},
"dependencies": {
"FCCurrentLocationGeocoder": [
"~> 1.1.11"
],
"FMDB": [
"~> 2.6.2"
]
}
}