blob: 502954635ada57cdf739ee7c0cfd21e808a06be6 [file] [log] [blame]
{
"name": "Agrume",
"version": "5.1.0",
"summary": "An iOS image viewer written in Swift.",
"swift_version": "4.1",
"description": "An iOS image viewer written in Swift with support for multiple images.",
"homepage": "https://github.com/JanGorman/Agrume",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Gorman": "gorman.jan@gmail.com"
},
"social_media_url": "https://twitter.com/JanGorman",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/JanGorman/Agrume.git",
"tag": "5.1.0"
},
"source_files": [
"Classes",
"Agrume/*.swift"
],
"dependencies": {
"SwiftyGif": [
]
}
}