[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 5 / 6 / 7 / ErrorKit / 0.0.5 / ErrorKit.podspec.json
blob78225db255506a48f807ebf1d04a3e0954eb3ddb
2   "name": "ErrorKit",
3   "version": "0.0.5",
4   "summary": "Error Kit is a handy iOS library for making NSError handling easier.",
5   "description": "  Error Kit is a handy iOS library for making NSError handling easier.\n  \n  It covers error object creation, inspection, presentation and recovery.\n",
6   "homepage": "https://github.com/hectr/ErrorKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Héctor Marqués Ranea",
12   "source": {
13     "git": "https://github.com/hectr/ErrorKit.git",
14     "tag": "0.0.5"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": [
21     "Core"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "ErrorKit",
27       "resources": "ErrorKit/ErrorKit.bundle",
28       "prefix_header_contents": "#define ERROR_KIT 1"
29     },
30     {
31       "name": "Accounts",
32       "source_files": "ErrorKit/Accounts",
33       "ios": {
34         "frameworks": "Accounts"
35       },
36       "prefix_header_contents": "#define ERROR_KIT_ACCOUNTS 1"
37     },
38     {
39       "name": "AdMob",
40       "source_files": "ErrorKit/AdMob",
41       "dependencies": {
42         "AdMob": [
43           ">=6.4.1"
44         ]
45       },
46       "prefix_header_contents": "#define ERROR_KIT_ADMOB 1"
47     },
48     {
49       "name": "AFNetworking",
50       "source_files": "ErrorKit/AFNetworking",
51       "dependencies": {
52         "AFNetworking": [
53           ">=1.1.0"
54         ]
55       },
56       "prefix_header_contents": "#define ERROR_KIT_AFNETWORKING 1"
57     },
58     {
59       "name": "AVFoundation",
60       "source_files": "ErrorKit/AVFoundation",
61       "ios": {
62         "frameworks": "AVFoundation"
63       },
64       "prefix_header_contents": "#define ERROR_KIT_AVFOUNDATION 1"
65     },
66     {
67       "name": "CoreData",
68       "source_files": "ErrorKit/CoreData",
69       "frameworks": "CoreData",
70       "prefix_header_contents": "#define ERROR_KIT_CORE_DATA 1"
71     },
72     {
73       "name": "CoreLocation",
74       "source_files": "ErrorKit/CoreLocation",
75       "frameworks": "CoreLocation",
76       "prefix_header_contents": "#define ERROR_KIT_CORE_LOCATION 1"
77     },
78     {
79       "name": "FacebookSDK",
80       "source_files": "ErrorKit/FacebookSDK",
81       "dependencies": {
82         "Facebook-iOS-SDK": [
83           "<3.5"
84         ]
85       },
86       "prefix_header_contents": "#define ERROR_KIT_FACEBOOK 1"
87     },
88     {
89       "name": "HTTP",
90       "source_files": "ErrorKit/HTTP"
91     },
92     {
93       "name": "JSONKit",
94       "source_files": "ErrorKit/JSONKit",
95       "dependencies": {
96         "JSONKit": [
97           "1.5pre"
98         ]
99       },
100       "prefix_header_contents": "#define ERROR_KIT_JSON_KIT 1"
101     },
102     {
103       "name": "MapKit",
104       "source_files": "ErrorKit/MapKit",
105       "ios": {
106         "frameworks": "MapKit"
107       },
108       "prefix_header_contents": "#define ERROR_KIT_MAP_KIT 1"
109     },
110     {
111       "name": "MessageUI",
112       "source_files": "ErrorKit/MessageUI",
113       "ios": {
114         "frameworks": "MessageUI"
115       },
116       "prefix_header_contents": "#define ERROR_KIT_MESSAGE_UI 1"
117     },
118     {
119       "name": "Security",
120       "source_files": "ErrorKit/Security",
121       "ios": {
122         "frameworks": "Security"
123       },
124       "prefix_header_contents": "#define ERROR_SECURITY 1"
125     },
126     {
127       "name": "StoreKit",
128       "source_files": "ErrorKit/StoreKit",
129       "ios": {
130         "frameworks": "StoreKit"
131       },
132       "prefix_header_contents": "#define ERROR_KIT_STORE_KIT 1"
133     },
134     {
135       "name": "TransitionKit",
136       "source_files": "ErrorKit/TransitionKit",
137       "dependencies": {
138         "TransitionKit": [
139           "1.0.0"
140         ]
141       },
142       "prefix_header_contents": "#define ERROR_KIT_TRANSITION_KIT 1"
143     },
144     {
145       "name": "iAD",
146       "source_files": "ErrorKit/iAD",
147       "ios": {
148         "frameworks": "iAD"
149       },
150       "prefix_header_contents": "#define ERROR_KIT_IAD 1"
151     },
152     {
153       "name": "VeriJSON",
154       "source_files": "ErrorKit/VeriJSON",
155       "dependencies": {
156         "VeriJSON": [
157           ">=0.1.1"
158         ]
159       },
160       "prefix_header_contents": "#define ERROR_KIT_VERI_JSON 1"
161     }
162   ]