blob: 4f463fbc2213cadea3c57aefed1a8cdc764b4374 [file] [log] [blame]
{
"name": "JPSimulatorHacks_With_Deny",
"version": "1.4.2",
"license": "MIT",
"summary": "Hack the Simulator in your tests (grant access to photos, contacts, ...)",
"homepage": "https://github.com/plu/JPSimulatorHacks",
"authors": {
"Johannes Plunien": "plu@pqpq.de"
},
"source": {
"git": "https://github.com/akhilrajtr/JPSimulatorHacks",
"tag": "1.4.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"default_subspecs": "standard",
"subspecs": [
{
"name": "standard",
"source_files": "JPSimulatorHacks/*.{h,m}",
"libraries": "sqlite3"
},
{
"name": "standalone",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DJPSH_SQLITE_STANDALONE"
},
"source_files": "JPSimulatorHacks/*.{h,m}",
"dependencies": {
"sqlite3": [
]
}
}
]
}