blob: 880cbc18f4bf6b495b6c1f5d04449239c02eec74 [file] [log] [blame]
{
"name": "KTMImageBrowser",
"version": "0.1.0",
"summary": "To show multiple large images as pages along with thumbnails. Each large image can be zoomed in/out.",
"description": "To show multiple large images as pages along with thumbnails. Each large image can be zoomed in/out. Can be used as a image browser.",
"homepage": "https://github.com/kishoretheju/KTMImageBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kishore Thejasvi": "kishore.thejasvi@gmail.com"
},
"source": {
"git": "https://github.com/kishoretheju/KTMImageBrowser.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/kishore_munna",
"platforms": {
"ios": "8.0"
},
"source_files": "KTMImageBrowser/Classes/**/*",
"resource_bundles": {
"KTMImageBrowser": [
"KTMImageBrowser/Assets/*.{storyboard,xib}"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}