blob: be66ace7eda2e363795524aeee7427e5e37dfafa [file] [log] [blame]
{
"name": "RunsCamera",
"version": "1.0.2",
"summary": "A custom camera, the core function a little click to take pictures, long press the video.",
"description": "A custom camera, the core function a little click to take pictures, long press the video.which implement by Objective-C.",
"homepage": "https://github.com/RunsCode/Camera",
"license": "MIT",
"authors": {
"dev_wang": "dev_wang@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RunsCode/Camera.git",
"tag": "1.0.2"
},
"source_files": "Camera/Classes/{Protocol, Util, VC, View}/*.{h,m}",
"resources": "Camera/Classes/camera.xcassets",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}