blob: b767a8c7a78313635aa687db0b47e5ba0d4af8d7 [file] [log] [blame]
{
"name": "HJImagePicker",
"version": "0.0.1",
"summary": "imagePicker",
"description": "模仿咸鱼的ImagePicker",
"homepage": "https://github.com/Hjayth/HJImagePicker",
"license": "MIT",
"authors": {
"hjayth": "18622995206@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Hjayth/HJImagePicker.git",
"tag": "0.0.1"
},
"source_files": "HJImagePicker/*.{h,m}",
"resources": "HJImagePicker/imagePicker.xcassets",
"frameworks": "Photos",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}