[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 1 / 4 / 3 / SJFullscreenPopGesture / 1.3.7 / SJFullscreenPopGesture.podspec.json
blobb6fa6cea07612d05d399bcae98569f3d4e21cd06
2   "name": "SJFullscreenPopGesture",
3   "version": "1.3.7",
4   "summary": "fullscreen pop gestures.",
5   "description": "fullscreen pop gesture. System native gestures and custom gestures are free to switch.",
6   "homepage": "https://github.com/changsanjiang/SJFullscreenPopGesture",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJFullscreenPopGesture.git",
19     "tag": "v1.3.7"
20   },
21   "source_files": "SJFullscreenPopGesture/*.{h,m}",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "View",
26       "source_files": "SJFullscreenPopGesture/View/*.{h,m}"
27     }
28   ]