blob: e9d0d4b7d10912cd8e705fd6e154dfb34ba7c5ce [file] [log] [blame]
{
"name": "JPSimulatorHacks",
"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/plu/JPSimulatorHacks.git",
"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": [
]
}
}
]
}