blob: 67db84f25789729e2a66ccb6c7de45201d2ca6a8 [file] [log] [blame]
{
"name": "Fusuma",
"version": "1.3.1",
"summary": "Instagram-like photo browser with a few line of code written in Swift",
"homepage": "https://github.com/ytakzk/Fusuma",
"license": "MIT",
"authors": {
"ytakzk": "yt@ytakzk.me"
},
"source": {
"git": "https://github.com/ytakzk/Fusuma.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/Assets.xcassets",
"Sources/**/*.xib"
]
}