blob: 763789f42e5ce96e0997d30376964a099e5f3ed5 [file] [log] [blame]
{
"name": "BigShot",
"version": "0.1",
"summary": "BigShot is a utility framework for iOS that lets you take long vertical screenshots of your app",
"description": "BigShot is written purely in Swift, its a simple implementation that manipulates the UIWindow's frame to take long vertical screenshots, no need to scroll and take multiple screenshots.",
"homepage": "https://github.com/tapthaker/BigShot",
"screenshots": "https://raw.githubusercontent.com/tapthaker/BigShot/master/screenshot.jpg",
"license": {
"type": "WTFPL",
"file": "LICENSE.txt"
},
"authors": {
"Tapan Thaker": "tapan.d.thaker@gmail.com"
},
"social_media_url": "http://twitter.com/tapthaker",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tapthaker/BigShot.git",
"tag": "0.1"
},
"source_files": "Framework/BigShot",
"public_header_files": "Framework/BigShot",
"resources": "Framework/BigShot/*.xib"
}