blob: bde5818ba6ce79861881eba4f50ebd2fc1f745f0 [file] [log] [blame]
{
"name": "CPhotoPicker",
"version": "0.0.2",
"summary": "This a short description of CPhotoPicker.",
"description": "TODO: It is easy to use, support for custom pop tips.",
"homepage": "https://github.com/Initial-C/CPhotoPicker/blob/master/README.md",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Initial-C-William Chang": "iwilliamchang@outlook.com"
},
"source": {
"git": "https://github.com/Initial-C/CPhotoPicker.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"resources": "Classes/ImageSource/*.{png,xib,nib,bundle,mov}",
"public_header_files": "Classes/*.h",
"dependencies": {
"SVProgressHUD": [
"~> 2.0.3"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}