[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 7 / SwifterSwift / 6.1.1 / SwifterSwift.podspec.json
blob1d44bf7fe7bc85381afd83a5516f059fbde37079
2   "name": "SwifterSwift",
3   "version": "6.1.1",
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/SwifterSwift/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": "12.0",
19     "osx": "10.13",
20     "tvos": "12.0",
21     "watchos": "4.0"
22   },
23   "swift_versions": "5.8",
24   "requires_arc": true,
25   "source": {
26     "git": "https://github.com/SwifterSwift/SwifterSwift.git",
27     "tag": "6.1.1"
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       "resource_bundles": {
45         "SwifterSwift_Privacy": "Sources/SwifterSwift/Resources/PrivacyInfo.xcprivacy"
46       }
47     },
48     {
49       "name": "UIKit",
50       "source_files": [
51         "Sources/SwifterSwift/Shared/*.swift",
52         "Sources/SwifterSwift/UIKit/*.swift"
53       ]
54     },
55     {
56       "name": "AppKit",
57       "source_files": [
58         "Sources/SwifterSwift/Shared/*.swift",
59         "Sources/SwifterSwift/AppKit/*.swift"
60       ]
61     },
62     {
63       "name": "CoreGraphics",
64       "source_files": "Sources/SwifterSwift/CoreGraphics/*.swift"
65     },
66     {
67       "name": "CoreLocation",
68       "source_files": "Sources/SwifterSwift/CoreLocation/*.swift"
69     },
70     {
71       "name": "CoreAnimation",
72       "source_files": [
73         "Sources/SwifterSwift/Shared/*.swift",
74         "Sources/SwifterSwift/CoreAnimation/*.swift"
75       ]
76     },
77     {
78       "name": "CryptoKit",
79       "source_files": [
80         "Sources/SwifterSwift/Shared/*.swift",
81         "Sources/SwifterSwift/CryptoKit/*.swift"
82       ]
83     },
84     {
85       "name": "MapKit",
86       "source_files": [
87         "Sources/SwifterSwift/Shared/*.swift",
88         "Sources/SwifterSwift/MapKit/*.swift"
89       ]
90     },
91     {
92       "name": "SpriteKit",
93       "source_files": "Sources/SwifterSwift/SpriteKit/*.swift"
94     },
95     {
96       "name": "SceneKit",
97       "source_files": [
98         "Sources/SwifterSwift/Shared/*.swift",
99         "Sources/SwifterSwift/SceneKit/*.swift"
100       ]
101     },
102     {
103       "name": "StoreKit",
104       "source_files": "Sources/SwifterSwift/StoreKit/*.swift"
105     },
106     {
107       "name": "Dispatch",
108       "source_files": "Sources/SwifterSwift/Dispatch/*.swift"
109     },
110     {
111       "name": "WebKit",
112       "source_files": "Sources/SwifterSwift/WebKit/*.swift"
113     },
114     {
115       "name": "HealthKit",
116       "source_files": "Sources/SwifterSwift/HealthKit/*.swift"
117     },
118     {
119       "name": "Combine",
120       "source_files": "Sources/SwifterSwift/Combine/*.swift"
121     }
122   ],
123   "swift_version": "5.8"