[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / d / c / JTSImageViewController@bulusoy / 1.5.1 / JTSImageViewController@bulusoy.podspec.json
blob9d73f6df572a8ee125956aa8e6e5038af6588503
2   "name": "JTSImageViewController@bulusoy",
3   "version": "1.5.1",
4   "summary": "Fork of JTSImageViewController. An interactive iOS image viewer that does it all: double tap to zoom, flick to dismiss, et cetera.",
5   "homepage": "https://github.com/bulusoy/JTSImageViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jared Sinclair": "desk@jaredsinclair.com"
12   },
13   "source": {
14     "git": "https://github.com/bulusoy/JTSImageViewController.git",
15     "tag": "1.5.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "ImageIO",
24     "Accelerate"
25   ],
26   "compiler_flags": "-fmodules",
27   "ios": {
28     "dependencies": {
29       "UIImage-Resize": [
30         "~> 1.0.1"
31       ]
32     }
33   },
34   "source_files": [
35     "Source/*.{h,m}"
36   ]