blob: b4b7f8de5634d2a1a266ab84fd7589a8cd50f5ce [file] [log] [blame]
{
"name": "CPhotoPicker",
"version": "0.0.6",
"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.6"
},
"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"
]
}