blob: 9c6f644f0b5c3d9ef47a78086e741503c250858c [file] [log] [blame]
{
"name": "CPhotoPicker",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"resources": "Classes/ImageSource/CPickerSource.bundle",
"public_header_files": "Classes/*.h",
"dependencies": {
"SVProgressHUD": [
"~> 2.0.3"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}