[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 3 / 6 / FDFullscreenPopGesture / 1.1 / FDFullscreenPopGesture.podspec.json
blobce1651383e1c7b9253f4225150a963d5edbea39f
2   "name": "FDFullscreenPopGesture",
3   "version": "1.1",
4   "summary": "An UINavigationController's category to enable fullscreen pop gesture in iOS7+ system style with an AOP useage.",
5   "description": "An UINavigationController's category to enable fullscreen pop gesture in iOS7+ system style with an AOP useage. Just pod in 2 files and no need for any setups.",
6   "homepage": "https://github.com/forkingdog/FDFullscreenPopGesture",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "forkingdog group": "https://github.com/forkingdog"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/forkingdog/FDFullscreenPopGesture.git",
19     "tag": "1.1"
20   },
21   "source_files": "FDFullscreenPopGesture/*.{h,m}",
22   "requires_arc": true