blob: 5072034740cc96fa1fd8c63a4f0de6549adafcba [file] [log] [blame]
{
"name": "SwiftGIF",
"version": "0.1.0",
"summary": "SwiftGIF is a small tool for creating animated GIFs in Swift",
"description": " SwiftGIF is a small nifty tool for creating animated gifs in swift.\n Just install and call the only method there is. \n",
"homepage": "https://github.com/westerlund/SwiftGIF",
"license": "WTFPL",
"authors": {
"Simon Westerlund": "s@simonwesterlund.se"
},
"source": {
"git": "https://github.com/westerlund/SwiftGIF.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/wesslansimon",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"SwiftGIF": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"ImageIO",
"MobileCoreServices"
]
}