blob: 2b71ba5a05257693ae18f7f03f4085bc180063bd [file] [log] [blame]
{
"name": "CocoaBloc-Camera",
"version": "0.1.0",
"summary": "StageBloc's iOS camera components",
"description": "An iOS UI framework for StageBloc photo/video composition",
"homepage": "https://github.com/stagebloc/CocoaBloc-Camera",
"license": "MIT",
"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.0"
},
"social_media_url": "https://twitter.com/stagebloc",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"pop": [
],
"ReactiveCocoa": [
],
"PureLayout": [
],
"CocoaBloc-UI": [
]
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CocoaBloc-Camera": [
"Pod/Assets/*.png"
]
}
}