[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / c / 4 / CocoaBloc / 1.0.3 / CocoaBloc.podspec.json
blobf3e869f0a9f2b1a57def3860347d9c602cee739c
2   "name": "CocoaBloc",
3   "version": "1.0.3",
4   "authors": {
5     "John Heaton": "pikachu@stagebloc.com",
6     "Mark Glagola": "mark@stagebloc.com",
7     "David Warner": "spiderman@stagebloc.com",
8     "Josh Holat": "bumblebee@stagebloc.com"
9   },
10   "social_media_url": "https://twitter.com/StageBloc",
11   "homepage": "https://github.com/stagebloc/CocoaBloc",
12   "summary": "StageBloc Cocoa SDK for the StageBloc v1 API",
13   "description": "An Objective-C(Swift-compatible) library for using the StageBloc v1 REST API.",
14   "source": {
15     "git": "https://github.com/stagebloc/CocoaBloc.git",
16     "tag": "1.0.3"
17   },
18   "requires_arc": true,
19   "license": {
20     "type": "MIT",
21     "file": "LICENSE"
22   },
23   "platforms": {
24     "ios": "7.0",
25     "osx": "10.9"
26   },
27   "dependencies": {
28     "ReactiveCocoa": [
30     ]
31   },
32   "default_subspecs": "API",
33   "source_files": "Pod/Classes/CocoaBloc.h",
34   "subspecs": [
35     {
36       "name": "API",
37       "dependencies": {
38         "AFNetworking": [
40         ],
41         "AFNetworking-RACExtensions": [
43         ],
44         "Mantle": [
46         ]
47       },
48       "source_files": [
49         "Pod/Classes/Internal/*",
50         "Pod/Classes/API/**/*"
51       ],
52       "private_header_files": "Pod/Classes/Internal/*.h"
53     },
54     {
55       "name": "UIKit",
56       "dependencies": {
57         "CocoaBloc/API": [
59         ],
60         "PureLayout": [
62         ]
63       },
64       "ios": {
65         "dependencies": {
66           "CocoaBloc-UI": [
68           ]
69         },
70         "source_files": "Pod/Classes/UIKit/*"
71       },
72       "resources": [
73         "Pod/Assets/UIKit/*"
74       ]
75     }
76   ]