blob: f2e72ee6c9c82e4909996fda87f832e1624395e7 [file] [log] [blame]
{
"name": "CaptureCenter",
"version": "0.1.1",
"summary": "CaptureCenter is a camera capture library for iOS. CaptureCenter helps you to do everything besides UI.",
"description": "CaptureCenter is a custom camera capture library for iOS. You can fit your custom capture layout with CaptureCenter, CaptureCenter helps you to do everything besides UI",
"homepage": "https://github.com/mingloan/CaptureCenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mingloan": "mingloanchan@gmail.com"
},
"source": {
"git": "https://github.com/mingloan/CaptureCenter.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/mingloan",
"platforms": {
"ios": "9.0"
},
"source_files": "CaptureCenter/Classes/**/*",
"ios": {
"resource_bundles": {
"CaptureCenter": "CaptureCenter/Assets/icon.xcassets"
}
},
"frameworks": [
"UIKit",
"AVFoundation",
"Photos"
],
"pushed_with_swift_version": "3.0"
}