[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / f / 4 / 7 / SwifterSwift / 4.3.0 / SwifterSwift.podspec.json
blob615a7256f0db35773681c019b56611870a1c1e1f
2   "name": "SwifterSwift",
3   "version": "4.3.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   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "requires_arc": true,
23   "source": {
24     "git": "https://github.com/SwifterSwift/SwifterSwift.git",
25     "tag": "4.3.0"
26   },
27   "source_files": "Sources/**/*.swift",
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.1"
30   },
31   "documentation_url": "http://swifterswift.com/docs",
32   "subspecs": [
33     {
34       "name": "SwiftStdlib",
35       "source_files": "Sources/Extensions/SwiftStdlib/*.swift"
36     },
37     {
38       "name": "Foundation",
39       "source_files": "Sources/Extensions/Foundation/*.swift"
40     },
41     {
42       "name": "UIKit",
43       "source_files": [
44         "Sources/Extensions/UIKit/*.swift",
45         "Sources/Extensions/Shared/ColorExtensions.swift"
46       ]
47     },
48     {
49       "name": "AppKit",
50       "source_files": [
51         "Sources/Extensions/AppKit/*.swift",
52         "Sources/Extensionss/Shared/ColorExtensions.swift"
53       ]
54     },
55     {
56       "name": "CoreGraphics",
57       "source_files": "Sources/Extensions/CoreGraphics/*.swift"
58     },
59     {
60       "name": "CoreLocation",
61       "source_files": "Sources/Extensions/CoreLocation/*.swift"
62     },
63     {
64       "name": "MapKit",
65       "source_files": "Sources/Extensions/MapKit/*.swift"
66     }
67   ]