blob: 67742e475adad09ed5759818c01ca8eb4aa05286 [file] [log] [blame]
{
"name": "Fusuma",
"version": "0.1.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": "shyss.ak@gmail.com"
},
"source": {
"git": "https://github.com/ytakzk/Fusuma.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Fusuma": [
"Pod/Assets/*.png"
]
}
}