[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 3 / SJFullscreenPopGesture / 1.5.0 / SJFullscreenPopGesture.podspec.json
blob67be883c23b7a5046b8bce69dfb76cdfc4eee954
2   "name": "SJFullscreenPopGesture",
3   "version": "1.5.0",
4   "summary": "fullscreen pop gestures.",
5   "description": "https://github.com/changsanjiang/SJFullscreenPopGesture/blob/master/README.md",
6   "homepage": "https://github.com/changsanjiang/SJFullscreenPopGesture",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
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.5.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "ObjC",
23   "swift_versions": "5.0",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "ObjC",
28       "source_files": "SJFullscreenPopGesture/ObjC/*.{h,m}"
29     },
30     {
31       "name": "Swift",
32       "source_files": "SJFullscreenPopGesture/Swift/*.swift"
33     }
34   ]