blob: 7e9fa7639a49072dc4f0e3e4f2279dee1dea4a99 [file] [log] [blame]
{
"name": "DYCoordinateInChina",
"version": "0.0.3",
"summary": "To determine a coordinate is in China Mainland.",
"homepage": "https://github.com/Dwarven/DYCoordinateInChina",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dwarven": "prison.yang@gmail.com"
},
"source": {
"git": "https://github.com/Dwarven/DYCoordinateInChina.git",
"tag": "0.0.3"
},
"source_files": "*.{h,m}",
"resources": "*.geojson",
"ios": {
"frameworks": [
"CoreLocation",
"MapKit"
]
}
}