blob: dc9a308930250d6b4c62ace958413c3c836a36d0 [file] [log] [blame]
{
"name": "SSImagePickerController",
"version": "0.1.4",
"summary": "A simple Image picker controller",
"homepage": "https://github.com/xtcel/SSImagePickerController",
"license": "MIT",
"authors": {
"xtcel": "xtcelme@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/xtcel/SSImagePickerController.git",
"tag": "0.1.4"
},
"requires_arc": true,
"resources": "SSImagePickerController/*.{png,bundle}",
"source_files": "SSImagePickerController/*.{h,m}",
"frameworks": [
"Photos",
"AssetsLibrary"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}