[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / f / 4 / 7 / SwifterSwift / 4.1.1 / SwifterSwift.podspec.json
blob318e0762f9350dfa6a523f3d93804f1919f6c089
2   "name": "SwifterSwift",
3   "version": "4.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   "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.1.1"
26   },
27   "source_files": "Sources/**/*.swift",
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.0"
30   },
31   "documentation_url": "http://swifterswift.com/docs",
32   "pushed_with_swift_version": "4.0",
33   "subspecs": [
34     {
35       "name": "SwiftStdlib",
36       "source_files": "Sources/Extensions/SwiftStdlib/*.swift"
37     },
38     {
39       "name": "Foundation",
40       "source_files": "Sources/Extensions/Foundation/*.swift"
41     },
42     {
43       "name": "UIKit",
44       "source_files": [
45         "Sources/Extensions/UIKit/*.swift",
46         "Sources/Extensions/Shared/ColorExtensions.swift"
47       ]
48     },
49     {
50       "name": "AppKit",
51       "source_files": [
52         "Sources/Extensions/AppKit/*.swift",
53         "Sources/Extensionss/Shared/ColorExtensions.swift"
54       ]
55     },
56     {
57       "name": "CoreGraphics",
58       "source_files": "Sources/Extensions/CoreGraphics/*.swift"
59     },
60     {
61       "name": "CoreLocation",
62       "source_files": "Sources/Extensions/CoreLocation/*.swift"
63     }
64   ]