[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 8 / 7 / 3 / BDDRScrollViewAdditions / 1.1.1 / BDDRScrollViewAdditions.podspec.json
blob2d7dc11a6287cb0008b800da6bc51a462161f773
2   "name": "BDDRScrollViewAdditions",
3   "version": "1.1.1",
4   "summary": "UIScrollView category to center content, enable additional zoom gestures and add getters for animated properties.",
5   "homepage": "https://github.com/bddckr/BDDRScrollViewAdditions",
6   "screenshots": "https://github.com/bddckr/BDDRScrollViewAdditions/raw/master/Example.png",
7   "license": "MIT",
8   "authors": {
9     "Christopher - Marcel Böddecker": "bddckr@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/bddckr/BDDRScrollViewAdditions.git",
13     "tag": "1.1.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "BDDRScrollViewAdditions",
19   "frameworks": "QuartzCore",
20   "requires_arc": true,
21   "dependencies": {
22     "BDDROneFingerZoomGestureRecognizer": [
23       "~> 1.0"
24     ],
25     "JRSwizzle": [
26       "~> 1.0"
27     ]
28   }