[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 8 / SwifterSwift-Hi / 5.3.0-v1 / SwifterSwift-Hi.podspec.json
blob42c5a52aa1ca2dff33c4525b0684c0e8f2b0054c
2   "name": "SwifterSwift-Hi",
3   "version": "5.3.0-v1",
4   "summary": "A handy collection of more than 500 native Swift extensions to boost your productivity.",
5   "description": "SwifterSwift is a collection of over 500 native Swift extensions, with handy methods, syntactic sugar, and performance improvements for wide range of primitive data types, UIKit and Cocoa classes –over 500 in 1– for iOS, macOS, tvOS and watchOS.",
6   "homepage": "https://github.com/tospery/SwifterSwift-Hi",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangJianxiang": "tospery@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/tospery",
15   "screenshots": "https://raw.githubusercontent.com/SwifterSwift/SwifterSwift/master/Assets/logo.png",
16   "documentation_url": "http://swifterswift.com/docs",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "swift_versions": "5.3",
24   "requires_arc": true,
25   "source": {
26     "git": "https://github.com/tospery/SwifterSwift-Hi.git",
27     "tag": "5.3.0-v1"
28   },
29   "source_files": "Sources/SwifterSwift/**/*.swift",
30   "subspecs": [
31     {
32       "name": "SwiftStdlib",
33       "source_files": [
34         "Sources/SwifterSwift/Shared/*.swift",
35         "Sources/SwifterSwift/SwiftStdlib/*.swift"
36       ]
37     },
38     {
39       "name": "Foundation",
40       "source_files": [
41         "Sources/SwifterSwift/Shared/*.swift",
42         "Sources/SwifterSwift/Foundation/*.swift"
43       ]
44     },
45     {
46       "name": "UIKit",
47       "source_files": [
48         "Sources/SwifterSwift/Shared/*.swift",
49         "Sources/SwifterSwift/UIKit/*.swift"
50       ]
51     },
52     {
53       "name": "AppKit",
54       "source_files": [
55         "Sources/SwifterSwift/Shared/*.swift",
56         "Sources/SwifterSwift/AppKit/*.swift"
57       ]
58     },
59     {
60       "name": "CoreGraphics",
61       "source_files": "Sources/SwifterSwift/CoreGraphics/*.swift"
62     },
63     {
64       "name": "CoreLocation",
65       "source_files": "Sources/SwifterSwift/CoreLocation/*.swift"
66     },
67     {
68       "name": "CoreAnimation",
69       "source_files": [
70         "Sources/SwifterSwift/Shared/*.swift",
71         "Sources/SwifterSwift/CoreAnimation/*.swift"
72       ]
73     },
74     {
75       "name": "CryptoKit",
76       "source_files": [
77         "Sources/SwifterSwift/Shared/*.swift",
78         "Sources/SwifterSwift/CryptoKit/*.swift"
79       ]
80     },
81     {
82       "name": "MapKit",
83       "source_files": [
84         "Sources/SwifterSwift/Shared/*.swift",
85         "Sources/SwifterSwift/MapKit/*.swift"
86       ]
87     },
88     {
89       "name": "SpriteKit",
90       "source_files": "Sources/SwifterSwift/SpriteKit/*.swift"
91     },
92     {
93       "name": "SceneKit",
94       "source_files": [
95         "Sources/SwifterSwift/Shared/*.swift",
96         "Sources/SwifterSwift/SceneKit/*.swift"
97       ]
98     },
99     {
100       "name": "StoreKit",
101       "source_files": "Sources/SwifterSwift/StoreKit/*.swift"
102     },
103     {
104       "name": "Dispatch",
105       "source_files": "Sources/SwifterSwift/Dispatch/*.swift"
106     },
107     {
108       "name": "WebKit",
109       "source_files": "Sources/SwifterSwift/WebKit/*.swift"
110     },
111     {
112       "name": "HealthKit",
113       "source_files": "Sources/SwifterSwift/HealthKit/*.swift"
114     }
115   ],
116   "swift_version": "5.3"