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