[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / f / a / KTMImageBrowser / 0.3 / KTMImageBrowser.podspec.json
blob7120a550f18d1ff99025585fb9b8d789149b5146
2   "name": "KTMImageBrowser",
3   "version": "0.3",
4   "summary": "To show multiple large images as pages along with thumbnails. Each large image can be zoomed in/out.",
5   "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.",
6   "homepage": "https://github.com/kishoretheju/KTMImageBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kishore Thejasvi": "kishore.thejasvi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kishoretheju/KTMImageBrowser.git",
16     "tag": "0.3"
17   },
18   "social_media_url": "https://twitter.com/kishore_munna",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": "KTMImageBrowser/Classes/**/*",
23   "resource_bundles": {
24     "KTMImageBrowser": [
25       "KTMImageBrowser/Assets/*.{storyboard,xib}"
26     ]
27   },
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.0"
31     ]
32   }