blob: d914db9db3c304e88dfe32729a23a99e6107ffe9 [file] [log] [blame]
{
"name": "RYPhotosBrowser",
"summary": "PhotosBrowser for iOS by.RyukieSama",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryukie": "ryukie.sama@gmail.com"
},
"homepage": "https://github.com/RyukieSama/RYPhotosBrowser.git",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RyukieSama/RYPhotosBrowser.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "RYPhotosBrowser/**/*.{h,m}",
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
}
}