blob: 3c5384a746931024fbaa9e0ff621edf74a1b7657 [file] [log] [blame]
{
"name": "QGGImagePicker",
"version": "0.0.2",
"summary": "QGGImagePicker.",
"description": "A ImagePicker Like WeChat's ImagePicker",
"homepage": "https://github.com/infiniteQin/QGGImagePicker.git",
"license": "MIT",
"authors": {
"changqin": "changqin@ixiaopu.com"
},
"source": {
"git": "https://github.com/infiniteQin/QGGImagePicker.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"Pod/Classes/**/**/*"
],
"frameworks": [
"UIKit",
"AssetsLibrary"
],
"dependencies": {
"Masonry": [
"~> 0.6.3"
]
}
}