[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / 1 / 2 / MyiOSHelpers / 0.0.3 / MyiOSHelpers.podspec.json
blobb4402092d4c0b5e5c37d38d032a89fd7c612b695
2   "name": "MyiOSHelpers",
3   "version": "0.0.3",
4   "homepage": "http://github.com/premosystems/MyiOSHelpers",
5   "authors": {
6     "Vincil Bishop": "vincil.bishop@vbishop.com"
7   },
8   "license": "MIT",
9   "summary": "A collection of often used but time consuming to recreate logic for iOS.",
10   "source": {
11     "git": "https://github.com/premosystems/MyiOSHelpers.git",
12     "tag": "0.0.3"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "resources": "MyiOSHelpers.podspec",
19   "source_files": "MyiOSHelpers/*.{h,m}",
20   "subspecs": [
21     {
22       "name": "Logic",
23       "source_files": "MyiOSHelpers/Logic/*.{h,m}",
24       "subspecs": [
25         {
26           "name": "Apple",
27           "source_files": "MyiOSHelpers/Logic/Apple/*.h",
28           "subspecs": [
29             {
30               "name": "CoreLocation",
31               "source_files": "MyiOSHelpers/Logic/Apple/CoreLocation/*.{h,m}",
32               "ios": {
33                 "frameworks": "CoreLocation",
34                 "dependencies": {
35                   "MyiOSHelpers/Logic/Blocks": [
37                   ],
38                   "MyiOSHelpers/Logic/Categories": [
40                   ],
41                   "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
43                   ]
44                 }
45               }
46             },
47             {
48               "name": "CoreBluetooth",
49               "source_files": "MyiOSHelpers/Logic/Apple/CoreBluetooth/*.{h,m}",
50               "ios": {
51                 "frameworks": "CoreBluetooth",
52                 "dependencies": {
53                   "MyiOSHelpers/Logic/Blocks": [
55                   ],
56                   "MyiOSHelpers/Logic/Categories": [
58                   ],
59                   "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
61                   ]
62                 }
63               }
64             }
65           ]
66         },
67         {
68           "name": "Blocks",
69           "source_files": "MyiOSHelpers/Logic/Blocks/*.h"
70         },
71         {
72           "name": "Categories",
73           "source_files": "MyiOSHelpers/Logic/Categories/*.{h,m}",
74           "dependencies": {
75             "NSDate+Helper": [
76               "~>0.0.1"
77             ]
78           },
79           "subspecs": [
80             {
81               "name": "NSData",
82               "source_files": "MyiOSHelpers/Logic/Categories/NSData/*.{h,m}"
83             },
84             {
85               "name": "NSDate",
86               "source_files": "MyiOSHelpers/Logic/Categories/NSDate/*.{h,m}"
87             },
88             {
89               "name": "NSDictionary",
90               "source_files": "MyiOSHelpers/Logic/Categories/NSDictionary/*.{h,m}"
91             },
92             {
93               "name": "NSError",
94               "source_files": "MyiOSHelpers/Logic/Categories/NSError/*.{h,m}"
95             },
96             {
97               "name": "NSNull",
98               "source_files": "MyiOSHelpers/Logic/Categories/NSNull/*.{h,m}"
99             },
100             {
101               "name": "NSOperationQueue",
102               "source_files": "MyiOSHelpers/Logic/Categories/NSOperationQueue/*.{h,m}"
103             },
104             {
105               "name": "NSRunLoop",
106               "source_files": "MyiOSHelpers/Logic/Categories/NSRunLoop/*.{h,m}"
107             },
108             {
109               "name": "NSString",
110               "source_files": "MyiOSHelpers/Logic/Categories/NSString/*.{h,m}"
111             },
112             {
113               "name": "UIApplication",
114               "source_files": "MyiOSHelpers/Logic/Categories/UIApplication/*.{h,m}"
115             },
116             {
117               "name": "UIDevice",
118               "source_files": "MyiOSHelpers/Logic/Categories/UIDevice/*.{h,m}"
119             },
120             {
121               "name": "NSObject",
122               "source_files": "MyiOSHelpers/Logic/Categories/NSObject/*.{h,m}",
123               "dependencies": {
124                 "MyiOSHelpers/Logic/Categories/NSDictionary": [
126                 ]
127               }
128             }
129           ]
130         },
131         {
132           "name": "ThirdPartyHelpers",
133           "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/*.h",
134           "subspecs": [
135             {
136               "name": "AWS",
137               "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/AWS/*.{h,m}",
138               "subspecs": [
139                 {
140                   "name": "S3",
141                   "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/AWS/S3/*.{h,m}",
142                   "ios": {
143                     "dependencies": {
144                       "AWSiOSSDK/S3": [
145                         "~>1.7.1"
146                       ],
147                       "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
149                       ],
150                       "MyiOSHelpers/Logic/Blocks": [
152                       ]
153                     }
154                   }
155                 }
156               ]
157             },
158             {
159               "name": "KeyValueObjectMapping",
160               "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping/*.{h,m}",
161               "ios": {
162                 "dependencies": {
163                   "DCKeyValueObjectMapping": [
164                     "~>1.4.0"
165                   ],
166                   "NSObject-ObjectMap": [
167                     "~>2.1"
168                   ]
169                 }
170               }
171             },
172             {
173               "name": "MongoDB",
174               "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/Mongo/*.{h,m}",
175               "ios": {
176                 "dependencies": {
177                   "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
179                   ],
180                   "NSObject-ObjectMap": [
181                     "~>2.2"
182                   ],
183                   "Underscore.m": [
184                     "~>0.2.1"
185                   ]
186                 }
187               },
188               "prefix_header_contents": [
189                 "#import \"Underscore.h\"",
190                 "#ifndef _",
191                 "#define _ Underscore",
192                 "#endif"
193               ]
194             },
195             {
196               "name": "CocoaLumberjack",
197               "ios": {
198                 "dependencies": {
199                   "LumberjackPrettyClassInformation": [
200                     "~>1.0.0"
201                   ],
202                   "CocoaLumberjack": [
204                   ]
205                 }
206               },
207               "prefix_header_contents": [
208                 "#import \"Lumberjack-Default-Log-Level.h\"",
209                 "#import \"PrettyClassInformationLogFormatter.h\""
210               ],
211               "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack/*.{h,m}"
212             },
213             {
214               "name": "Twilio",
215               "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/Twilio/*.{h,m}",
216               "prefix_header_contents": "#import \"TwilioClient.h\"",
217               "ios": {
218                 "dependencies": {
219                   "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
221                   ]
222                 }
223               },
224               "dependencies": {
225                 "TwilioSDK": [
226                   "1.1.2"
227                 ]
228               }
229             }
230           ]
231         }
232       ]
233     }
234   ]