blob: 155021055efdd8510cca2e3e84bc101add2be8a2 [file] [log] [blame]
{
"name": "PYLocationManager",
"version": "0.9",
"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.9"
},
"source_files": [
"PYLocationManager/*.{h,m}",
"PYLocationManager/gps.db"
],
"requires_arc": true,
"libraries": "sqlite3",
"dependencies": {
"PYCore": [
],
"PYData": [
]
}
}