blob: fe4d6477c5e9da4b2460fa5b3e68963b3184aabc [file] [log] [blame]
{
"name": "CocoaBloc",
"version": "1.0.5",
"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.5"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"ReactiveCocoa": [
"~> 2.0"
]
},
"source_files": "Pod/Classes/CocoaBloc.h",
"subspecs": [
{
"name": "API",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"AFNetworking-RACExtensions": [
"~> 0.1.6"
],
"Mantle": [
"~> 1.0"
]
},
"source_files": [
"Pod/Classes/Internal/*",
"Pod/Classes/API/**/*"
],
"private_header_files": "Pod/Classes/Internal/*.h"
},
{
"name": "UIKit",
"ios": {
"dependencies": {
"CocoaBloc/API": [
],
"PureLayout": [
"~> 2.0"
],
"CocoaBloc-UI": [
"~> 0.0.3"
]
},
"source_files": "Pod/Classes/UIKit/*",
"resources": [
"Pod/Assets/UIKit/*"
]
}
}
]
}