[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 7 / SwifterSwift / 4.0.0 / SwifterSwift.podspec.json
blob813abf44a4c631c42b3a86b479859c33f3a49d39
2   "name": "SwifterSwift",
3   "version": "4.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   "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.0.0"
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": "Sources/Extensions/UIKit/*.swift"
45     },
46     {
47       "name": "AppKit",
48       "source_files": "Sources/Extensions/AppKit/*.swift"
49     },
50     {
51       "name": "CoreGraphics",
52       "source_files": "Sources/Extensions/CoreGraphics/*.swift"
53     },
54     {
55       "name": "CoreLocation",
56       "source_files": "Sources/Extensions/CoreLocation/*.swift"
57     }
58   ]