[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 2 / d / GKPageSmoothView / 1.8.6 / GKPageSmoothView.podspec.json
blob8e600495096b61fd1f6dd302c1a267f8a9beef53
2   "name": "GKPageSmoothView",
3   "version": "1.8.6",
4   "summary": "iOS UIScrollView嵌套滑动分页视图",
5   "homepage": "https://github.com/QuintGao/GKPageScrollView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "高坤": "1094887059@qq.com"
12   },
13   "social_media_url": "https://github.com/QuintGao",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/QuintGao/GKPageScrollView.git",
19     "tag": "1.8.6"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Objc",
23   "libraries": "swiftCoreGraphics",
24   "xcconfig": {
25     "LIBRARY_SEARCH_PATHS": "$(SDKROOT)/usr/lib/swift"
26   },
27   "subspecs": [
28     {
29       "name": "Objc",
30       "source_files": "Sources/GKPageSmoothView/*.{h,m}"
31     },
32     {
33       "name": "Swift",
34       "source_files": "Sources/GKPageSmoothViewSwift/*.swift"
35     }
36   ],
37   "swift_version": "5.0"