[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 4 / 7 / SwifterSwift / 3.0.0 / SwifterSwift.podspec.json
blobe03a4f5481239b2a5efbcc0d48fc0a7e7a8d8947
2   "name": "SwifterSwift",
3   "version": "3.0.0",
4   "summary": "A handy collection of more than 500 native Swift 3 extensions to boost your productivity.",
5   "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.",
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": "3.0.0"
26   },
27   "source_files": "Sources/**/*.swift",
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3.0"
30   },
31   "documentation_url": "http://swifterswift.com/docs",
32   "pushed_with_swift_version": "3.0",
33   "subspecs": [
34     {
35       "name": "Foundation",
36       "source_files": "Sources/Extensions/Foundation/*.swift"
37     },
38     {
39       "name": "UIKit",
40       "source_files": "Sources/Extensions/UIKit/*.swift"
41     },
42     {
43       "name": "Cocoa",
44       "source_files": "Sources/Extensions/Cocoa/*.swift"
45     }
46   ]