blob: 387794f8540bb52c037cba77ef1ee08e0f32c49e [file] [log] [blame]
{
"name": "PYLocationManager",
"version": "0.3",
"summary": "A simple location and navigation app manager",
"homepage": "https://github.com/littlepush/PYLocationManager",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/littlepush/PYLocationManager.git",
"tag": "0.3"
},
"source_files": [
"PYLocationManager/*.{h,m}",
"PYLocationManager/gps.db"
],
"requires_arc": true,
"libraries": "sqlite3",
"dependencies": {
"PYCore": [
],
"PYData": [
]
}
}