blob: c252794b5300efa82945e5598fdbd04ae309ff4b [file] [log] [blame]
{
"name": "RunsCamera",
"version": "1.0.0",
"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.0"
},
"source_files": "Camera/RunsCamera/{Protocol, Util, VC, View}/*.{h,m}",
"resources": "Camera/RunsCamera/camera.xcassets",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "RunsCamera",
"source_files": "Camera/RunsCamera/RunsCameraKit.h"
}
]
}