[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / f / 2 / YIStrictEdgePanGesture / 1.0.0 / YIStrictEdgePanGesture.podspec.json
blob49846ba6da4b8586034375aabba0dbd015c78a44
2   "name": "YIStrictEdgePanGesture",
3   "version": "1.0.0",
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/YIStrictEdgePanGesture",
9   "authors": {
10     "Yasuhiro Inami": "inamiy@gmail.com"
11   },
12   "summary": "Never get angry with UINavigationController's interactivePopGestureRecognizer.",
13   "screenshots": [
14     "https://raw.github.com/inamiy/YIStrictEdgePanGesture/master/Screenshots/screenshot1.png"
15   ],
16   "source": {
17     "git": "https://github.com/inamiy/YIStrictEdgePanGesture.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "Classes/*.{h,m}",
21   "requires_arc": true,
22   "platforms": {
23     "ios": "7.0"
24   },
25   "dependencies": {
26     "JRSwizzle": [
27       "~> 1.0"
28     ]
29   }