[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 5 / 8 / AmbientStatus / 0.1.0 / AmbientStatus.podspec.json
blob1c5348af9087ee52650f3bc64e1d8bbd678762d3
2   "name": "AmbientStatus",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Seamlesssly update your app based on the ambiance of your users.",
9   "homepage": "https://github.com/AmbientStatus/AmbientStatus",
10   "authors": {
11     "Rudd Fawcett": "rudd.fawcett@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/AmbientStatus/AmbientStatus.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "TransitMonitor",
24       "dependencies": {
25         "ASTransitMonitor": [
27         ]
28       },
29       "prefix_header_contents": "#define AS_TRANSITMONITOR_EXISTS 1"
30     },
31     {
32       "name": "LocationMonitor",
33       "dependencies": {
34         "ASLocationMonitor": [
36         ]
37       },
38       "prefix_header_contents": "#define AS_LOCATIONMONITOR_EXISTS 1"
39     },
40     {
41       "name": "BatteryMonitor",
42       "dependencies": {
43         "ASBatteryMonitor": [
45         ]
46       },
47       "prefix_header_contents": "#define AS_BATTERYMONITOR_EXISTS 1"
48     }
49   ]