blob: b921c7316450354e7a3ac37cc0e99f2e6a85cc15 [file] [log] [blame]
{
"name": "IPhotoBrowser",
"version": "0.5.0",
"summary": "A simple iOS Instagram photo browser written in Swift.",
"homepage": "https://github.com/hryk224/IPhotoBrowser",
"screenshots": "https://github.com/hryk224/IPhotoBrowser/wiki/images/sample1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hyyk224": "hryk224@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hryk224/IPhotoBrowser.git",
"tag": "0.5.0"
},
"source_files": "Sources/*.{h,swift}",
"frameworks": [
"UIKit",
"Photos"
],
"requires_arc": true
}