[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 8 / JPSimulatorHacks / 1.4.1 / JPSimulatorHacks.podspec.json
blob419a6dff2586452b1ec92faa91e9cda71c7c6340
2   "name": "JPSimulatorHacks",
3   "version": "1.4.1",
4   "license": "MIT",
5   "summary": "Hack the Simulator in your tests (grant access to photos, contacts, ...)",
6   "homepage": "https://github.com/plu/JPSimulatorHacks",
7   "authors": {
8     "Johannes Plunien": "plu@pqpq.de"
9   },
10   "source": {
11     "git": "https://github.com/plu/JPSimulatorHacks.git",
12     "tag": "1.4.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "default_subspecs": "standard",
19   "subspecs": [
20     {
21       "name": "standard",
22       "source_files": "JPSimulatorHacks/*.{h,m}",
23       "libraries": "sqlite3"
24     },
25     {
26       "name": "standalone",
27       "xcconfig": {
28         "OTHER_CFLAGS": "$(inherited) -DJPSH_SQLITE_STANDALONE"
29       },
30       "source_files": "JPSimulatorHacks/*.{h,m}",
31       "dependencies": {
32         "sqlite3": [
34         ]
35       }
36     }
37   ]