[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 5 / 2 / d / GKPageSmoothView / 1.9.7 / GKPageSmoothView.podspec.json
blobccd05d8d4a59a954ce0211ea7f45e9ee8271e47d
2   "name": "GKPageSmoothView",
3   "version": "1.9.7",
4   "summary": "iOS UIScrollView嵌套滑动分页视图",
5   "homepage": "https://github.com/QuintGao/GKPageScrollView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "QuintGao": "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.9.7"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Objc",
23   "subspecs": [
24     {
25       "name": "Objc",
26       "source_files": "Sources/GKPageSmoothView/*.{h,m}",
27       "resource_bundles": {
28         "GKPageSmoothView": "Sources/GKPageSmoothView/PrivacyInfo.xcprivacy"
29       }
30     },
31     {
32       "name": "Swift",
33       "source_files": "Sources/GKPageSmoothViewSwift/*.swift",
34       "libraries": "swiftCoreGraphics",
35       "xcconfig": {
36         "LIBRARY_SEARCH_PATHS": "$(SDKROOT)/usr/lib/swift"
37       },
38       "resource_bundles": {
39         "GKPageSmoothView": "Sources/GKPageSmoothViewSwift/PrivacyInfo.xcprivacy"
40       }
41     }
42   ],
43   "swift_version": "5.0"