blob: f3e869f0a9f2b1a57def3860347d9c602cee739c [file] [log] [blame]
{
"name": "CocoaBloc",
"version": "1.0.3",
"authors": {
"John Heaton": "pikachu@stagebloc.com",
"Mark Glagola": "mark@stagebloc.com",
"David Warner": "spiderman@stagebloc.com",
"Josh Holat": "bumblebee@stagebloc.com"
},
"social_media_url": "https://twitter.com/StageBloc",
"homepage": "https://github.com/stagebloc/CocoaBloc",
"summary": "StageBloc Cocoa SDK for the StageBloc v1 API",
"description": "An Objective-C(Swift-compatible) library for using the StageBloc v1 REST API.",
"source": {
"git": "https://github.com/stagebloc/CocoaBloc.git",
"tag": "1.0.3"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"ReactiveCocoa": [
]
},
"default_subspecs": "API",
"source_files": "Pod/Classes/CocoaBloc.h",
"subspecs": [
{
"name": "API",
"dependencies": {
"AFNetworking": [
],
"AFNetworking-RACExtensions": [
],
"Mantle": [
]
},
"source_files": [
"Pod/Classes/Internal/*",
"Pod/Classes/API/**/*"
],
"private_header_files": "Pod/Classes/Internal/*.h"
},
{
"name": "UIKit",
"dependencies": {
"CocoaBloc/API": [
],
"PureLayout": [
]
},
"ios": {
"dependencies": {
"CocoaBloc-UI": [
]
},
"source_files": "Pod/Classes/UIKit/*"
},
"resources": [
"Pod/Assets/UIKit/*"
]
}
]
}