blob: 95dac62df8f737cbd96be4f30873ab968e3bf926 [file] [log] [blame]
{
"name": "SwifterSwift",
"version": "3.1.0",
"summary": "A handy collection of more than 500 native Swift 3 extensions to boost your productivity.",
"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.",
"homepage": "https://github.com/SwifterSwift/SwifterSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Omar Albeik": "omaralbeik@gmail.com"
},
"social_media_url": "http://twitter.com/omaralbeik",
"screenshots": "https://raw.githubusercontent.com/SwifterSwift/SwifterSwift/master/Assets/logo.png",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/SwifterSwift/SwifterSwift.git",
"tag": "3.1.0"
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"documentation_url": "http://swifterswift.com/docs",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Foundation",
"source_files": "Sources/Extensions/Foundation/*.swift"
},
{
"name": "UIKit",
"source_files": "Sources/Extensions/UIKit/*.swift"
},
{
"name": "Cocoa",
"source_files": "Sources/Extensions/Cocoa/*.swift"
}
]
}