blob: 3ddee4a5655631eb7169488c14405b0cdde34809 [file] [log] [blame]
{
"name": "MAKImageGalleryView",
"version": "0.0.2",
"summary": "Image gallery for iOS apps, that allows to show images animated or user interacted",
"description": "\t\t\t\t\tImage gallery for iOS apps, that allows to show images animated or user interacted. That gallery scrolling your image horizontally\n",
"homepage": "https://github.com/diniska/MAKImageGalleryView",
"screenshots": "https://raw.githubusercontent.com/diniska/MAKImageGalleryView/master/Screens/screen1.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Chaschin": "diniska@users.noreply.github.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/diniska/MAKImageGalleryView.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": [
"Example",
"Screens"
],
"frameworks": "UIKit",
"requires_arc": true
}