[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / f / a / SwifterSwift-Stripped / 5.4.0 / SwifterSwift-Stripped.podspec.json
blob46604a3af57ea826a6ac3ba357894b3fb4d2bca6
2   "name": "SwifterSwift-Stripped",
3   "version": "5.4.0",
4   "summary": "A handy collection of more than 500 native Swift extensions to boost your productivity. Which does not murder your IB",
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. Without the ibinspectables",
6   "homepage": "hhttps://github.com/guustmc/SwifterSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Omar Albeik": "omaralbeik@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/omaralbeik",
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   },
20   "swift_versions": "5.1",
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/guustmc/SwifterSwift.git",
24     "tag": "5.4.0"
25   },
26   "source_files": "Sources/SwifterSwift-Stripped/**/*.swift",
27   "subspecs": [
28     {
29       "name": "SwiftStdlib",
30       "source_files": [
31         "Sources/SwifterSwift-Stripped/Shared/*.swift",
32         "Sources/SwifterSwift-Stripped/SwiftStdlib/*.swift"
33       ]
34     },
35     {
36       "name": "Foundation",
37       "source_files": [
38         "Sources/SwifterSwift-Stripped/Shared/*.swift",
39         "Sources/SwifterSwift-Stripped/Foundation/*.swift"
40       ]
41     },
42     {
43       "name": "UIKit",
44       "source_files": [
45         "Sources/SwifterSwift-Stripped/Shared/*.swift",
46         "Sources/SwifterSwift-Stripped/UIKit/*.swift"
47       ]
48     },
49     {
50       "name": "AppKit",
51       "source_files": [
52         "Sources/SwifterSwift-Stripped/Shared/*.swift",
53         "Sources/SwifterSwift-Stripped/AppKit/*.swift"
54       ]
55     },
56     {
57       "name": "CoreGraphics",
58       "source_files": "Sources/SwifterSwift-Stripped/CoreGraphics/*.swift"
59     },
60     {
61       "name": "CoreLocation",
62       "source_files": "Sources/SwifterSwift-Stripped/CoreLocation/*.swift"
63     },
64     {
65       "name": "CoreAnimation",
66       "source_files": [
67         "Sources/SwifterSwift-Stripped/Shared/*.swift",
68         "Sources/SwifterSwift-Stripped/CoreAnimation/*.swift"
69       ]
70     },
71     {
72       "name": "MapKit",
73       "source_files": [
74         "Sources/SwifterSwift-Stripped/Shared/*.swift",
75         "Sources/SwifterSwift-Stripped/MapKit/*.swift"
76       ]
77     },
78     {
79       "name": "SpriteKit",
80       "source_files": "Sources/SwifterSwift-Stripped/SpriteKit/*.swift"
81     },
82     {
83       "name": "SceneKit",
84       "source_files": [
85         "Sources/SwifterSwift-Stripped/Shared/*.swift",
86         "Sources/SwifterSwift-Stripped/SceneKit/*.swift"
87       ]
88     },
89     {
90       "name": "StoreKit",
91       "source_files": "Sources/SwifterSwift-Stripped/StoreKit/*.swift"
92     },
93     {
94       "name": "Dispatch",
95       "source_files": "Sources/SwifterSwift-Stripped/Dispatch/*.swift"
96     },
97     {
98       "name": "WebKit",
99       "source_files": "Sources/SwifterSwift-Stripped/WebKit/*.swift"
100     },
101     {
102       "name": "HealthKit",
103       "source_files": "Sources/SwifterSwift-Stripped/HealthKit/*.swift"
104     }
105   ],
106   "swift_version": "5.1"