blob: b442b41355c996437d1263761a7f0b3da6d6e231 [file] [log] [blame]
{
"name": "RYImagePicker",
"summary": "ImagePicker of Ryukie’s",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryukie": "ryukie.sama@gmail.com"
},
"homepage": "https://github.com/Ryukie/RYImagePicker.git",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Ryukie/RYImagePicker.git",
"tag": "0.0.1"
},
"resources": "RYPhotosPickerManager.bundle",
"requires_arc": true,
"source_files": "RYImagePicker/**/*.{h,m}",
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}