[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / c / 4 / CocoaBloc / 1.0.7 / CocoaBloc.podspec.json
blob7a984c969c08c43f3dd1c5bd8a2e165896d0ed3e
2   "name": "CocoaBloc",
3   "version": "1.0.7",
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.7"
17   },
18   "requires_arc": true,
19   "license": {
20     "type": "MIT",
21     "file": "LICENSE"
22   },
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.9"
26   },
27   "dependencies": {
28     "ReactiveCocoa": [
29       "~> 2.0"
30     ]
31   },
32   "source_files": "Pod/Classes/CocoaBloc.h",
33   "subspecs": [
34     {
35       "name": "API",
36       "dependencies": {
37         "AFNetworking": [
38           "~> 2.0"
39         ],
40         "AFNetworking-RACExtensions": [
41           "~> 0.1.6"
42         ],
43         "Mantle": [
44           "~> 1.0"
45         ]
46       },
47       "source_files": [
48         "Pod/Classes/Internal/*",
49         "Pod/Classes/API/**/*"
50       ],
51       "private_header_files": "Pod/Classes/Internal/*.h"
52     },
53     {
54       "name": "UIKit",
55       "ios": {
56         "dependencies": {
57           "CocoaBloc/API": [
59           ],
60           "PureLayout": [
61             "~> 2.0"
62           ],
63           "CocoaBloc-UI": [
64             "~> 0.0.3"
65           ],
66           "SZTextView": [
67             "~> 1.2"
68           ]
69         },
70         "source_files": "Pod/Classes/UIKit/*",
71         "resources": [
72           "Pod/Assets/UIKit/*"
73         ]
74       }
75     }
76   ]