blob: 9a4026250a6f8e45c5a20acaa5709b271d7ac13e [file] [log] [blame]
{
"name": "TWCameraPicker",
"version": "1.0.1",
"summary": "A camera picker used on iOS.",
"description": "It is a camera picker used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/1001hotel/TWCameraPicker",
"license": "MIT",
"authors": {
"xurenyan": "812610313@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/1001hotel/TWCameraPicker.git",
"tag": "1.0.1"
},
"source_files": "TWCameraPicker/TWCameraPicker/TWCameraPicker/*.{h,m}",
"resources": [
"TWCameraPicker/**/*.png",
"TWCameraPicker/TWCameraPicker/TWCameraPicker/*.xib"
],
"frameworks": [
"AVFoundation",
"Foundation",
"UIKit",
"CoreLocation",
"MobileCoreServices",
"AssetsLibrary"
]
}