blob: ab2cb596b32df2e3751c8683b137432d7953c721 [file] [log] [blame]
{
"name": "Agrume",
"version": "1.0.0",
"summary": "An iOS image view written in Swift.",
"description": " An iOS image view written in Swift.\n\n * Similar to the popular JTSImageViewController but with support for multiple images\n",
"homepage": "https://github.com/JanGorman/Agrume",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Gorman": "gorman.jan@gmail.com"
},
"social_media_url": "http://twitter.com/JanGorman",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JanGorman/Agrume.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Agrume/*.swift"
]
}