[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 7 / SwifterSwift / 7.0.0 / SwifterSwift.podspec.json
blob0e9c914ef7016a2302ed9c3c6997bef742a27259
2   "name": "SwifterSwift",
3   "version": "7.0.0",
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": [
24     "6.0"
25   ],
26   "requires_arc": true,
27   "source": {
28     "git": "https://github.com/SwifterSwift/SwifterSwift.git",
29     "tag": "7.0.0"
30   },
31   "source_files": "Sources/SwifterSwift/**/*.swift",
32   "subspecs": [
33     {
34       "name": "SwiftStdlib",
35       "source_files": [
36         "Sources/SwifterSwift/Shared/*.swift",
37         "Sources/SwifterSwift/SwiftStdlib/*.swift"
38       ]
39     },
40     {
41       "name": "Foundation",
42       "source_files": [
43         "Sources/SwifterSwift/Shared/*.swift",
44         "Sources/SwifterSwift/Foundation/*.swift"
45       ],
46       "resource_bundles": {
47         "SwifterSwift_Privacy": "Sources/SwifterSwift/Resources/PrivacyInfo.xcprivacy"
48       }
49     },
50     {
51       "name": "UIKit",
52       "source_files": [
53         "Sources/SwifterSwift/Shared/*.swift",
54         "Sources/SwifterSwift/UIKit/*.swift"
55       ]
56     },
57     {
58       "name": "AppKit",
59       "source_files": [
60         "Sources/SwifterSwift/Shared/*.swift",
61         "Sources/SwifterSwift/AppKit/*.swift"
62       ]
63     },
64     {
65       "name": "CoreGraphics",
66       "source_files": "Sources/SwifterSwift/CoreGraphics/*.swift"
67     },
68     {
69       "name": "CoreLocation",
70       "source_files": "Sources/SwifterSwift/CoreLocation/*.swift"
71     },
72     {
73       "name": "CoreAnimation",
74       "source_files": [
75         "Sources/SwifterSwift/Shared/*.swift",
76         "Sources/SwifterSwift/CoreAnimation/*.swift"
77       ]
78     },
79     {
80       "name": "CryptoKit",
81       "source_files": [
82         "Sources/SwifterSwift/Shared/*.swift",
83         "Sources/SwifterSwift/CryptoKit/*.swift"
84       ]
85     },
86     {
87       "name": "MapKit",
88       "source_files": [
89         "Sources/SwifterSwift/Shared/*.swift",
90         "Sources/SwifterSwift/MapKit/*.swift"
91       ]
92     },
93     {
94       "name": "SpriteKit",
95       "source_files": "Sources/SwifterSwift/SpriteKit/*.swift"
96     },
97     {
98       "name": "SceneKit",
99       "source_files": [
100         "Sources/SwifterSwift/Shared/*.swift",
101         "Sources/SwifterSwift/SceneKit/*.swift"
102       ]
103     },
104     {
105       "name": "StoreKit",
106       "source_files": "Sources/SwifterSwift/StoreKit/*.swift"
107     },
108     {
109       "name": "Dispatch",
110       "source_files": "Sources/SwifterSwift/Dispatch/*.swift"
111     },
112     {
113       "name": "WebKit",
114       "source_files": "Sources/SwifterSwift/WebKit/*.swift"
115     },
116     {
117       "name": "HealthKit",
118       "source_files": "Sources/SwifterSwift/HealthKit/*.swift"
119     }
120   ],
121   "swift_version": "6.0"