blob: 70a8539d9b70970233997657dc82a45cb33a5939 [file] [log] [blame]
{
"name": "CocoaBloc-Camera",
"version": "0.1.5",
"summary": "StageBloc's iOS camera components",
"description": "An iOS UI framework for StageBloc photo/video composition",
"homepage": "https://github.com/stagebloc/CocoaBloc-Camera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Heaton": "pikachu@stagebloc.com",
"Mark Glagola": "mark@stagebloc.com",
"David Warner": "spiderman@stagebloc.com",
"Josh Holat": "bumblebee@stagebloc.com"
},
"source": {
"git": "https://github.com/stagebloc/CocoaBloc-Camera.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/stagebloc",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
],
"ReactiveCocoa": [
"~> 2.0"
],
"PureLayout": [
"~> 2.0"
],
"CocoaBloc-UI": [
"~> 0.0.3"
]
},
"source_files": "Pod/Classes/**/*",
"private_header_files": "Pod/Classes/Misc/*.h",
"resources": [
"Pod/Assets/*"
]
}