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