blob: d6abb5c033004c04b47645048c502a4098daaa52 [file] [log] [blame]
{
"name": "SwifterSwift",
"module_name": "SwifterSwift",
"version": "3.2.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 like SwiftStdlib, Foundation, UIKit, AppKit and many other 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.2.0"
},
"source_files": "Sources/**/*.{swift,h}",
"public_header_files": "Sources/SwifterSwift.h",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"documentation_url": "http://swifterswift.com/docs",
"pushed_with_swift_version": "3.2",
"subspecs": [
{
"name": "SwiftStdlib",
"source_files": "Sources/Extensions/SwiftStdlib/*.swift"
},
{
"name": "Foundation",
"source_files": "Sources/Extensions/Foundation/*.swift"
},
{
"name": "UIKit",
"source_files": "Sources/Extensions/UIKit/*.swift"
},
{
"name": "AppKit",
"source_files": "Sources/Extensions/AppKit/*.swift"
},
{
"name": "CoreGraphics",
"source_files": "Sources/Extensions/CoreGraphics/*.swift"
},
{
"name": "CoreLocation",
"source_files": "Sources/Extensions/CoreLocation/*.swift"
}
]
}