[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 1 / e / YIFullScreenScroll / 1.1.3 / YIFullScreenScroll.podspec.json
blob9d1e86673d432f1c4b5bc0471b690ffff633ed25
2   "name": "YIFullScreenScroll",
3   "version": "1.1.3",
4   "license": {
5     "type": "Beerware",
6     "text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return."
7   },
8   "homepage": "https://github.com/inamiy/YIFullScreenScroll",
9   "authors": {
10     "Yasuhiro Inami": "inamiy@gmail.com"
11   },
12   "summary": "Pinterest-like scroll-to-fullscreen UI for iOS.",
13   "screenshots": [
14     "https://raw.github.com/inamiy/YIFullScreenScroll/master/Screenshots/screenshot1.png"
15   ],
16   "source": {
17     "git": "https://github.com/inamiy/YIFullScreenScroll.git",
18     "tag": "1.1.3"
19   },
20   "source_files": "Classes/*.{h,m}",
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0"
24   },
25   "dependencies": {
26     "JRSwizzle": [
27       "~> 1.0"
28     ],
29     "ViewUtils": [
30       "~> 1.1"
31     ]
32   }