[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 7 / SwifterSwift / 3.1.1 / SwifterSwift.podspec.json
blobf89d0bf58d2f6147e0879aa29739ae6a5b6c872f
2   "name": "SwifterSwift",
3   "module_name": "SwifterSwift",
4   "version": "3.1.1",
5   "summary": "A handy collection of more than 500 native Swift 3 extensions to boost your productivity.",
6   "description": "SwifterSwift is a collection of over 500 native Swift 3 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.",
7   "homepage": "https://github.com/SwifterSwift/SwifterSwift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Omar Albeik": "omaralbeik@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/omaralbeik",
16   "screenshots": "https://raw.githubusercontent.com/SwifterSwift/SwifterSwift/master/Assets/logo.png",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "requires_arc": true,
24   "source": {
25     "git": "https://github.com/SwifterSwift/SwifterSwift.git",
26     "tag": "3.1.1"
27   },
28   "source_files": "Sources/**/*.{swift,h}",
29   "public_header_files": "Sources/SwifterSwift.h",
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "3.0"
32   },
33   "documentation_url": "http://swifterswift.com/docs",
34   "pushed_with_swift_version": "3.0",
35   "subspecs": [
36     {
37       "name": "Foundation",
38       "source_files": "Sources/Extensions/Foundation/*.swift"
39     },
40     {
41       "name": "UIKit",
42       "source_files": "Sources/Extensions/UIKit/*.swift"
43     },
44     {
45       "name": "Cocoa",
46       "source_files": "Sources/Extensions/Cocoa/*.swift"
47     }
48   ]