blob: 0284c441b8c54774c3530560faddba226e7de720 [file] [log] [blame]
{
"name": "SwifterSwift",
"version": "4.2.0",
"summary": "A handy collection of more than 500 native Swift extensions to boost your productivity.",
"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.",
"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": "4.2.0"
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"documentation_url": "http://swifterswift.com/docs",
"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",
"Sources/Extensions/Shared/ColorExtensions.swift"
]
},
{
"name": "AppKit",
"source_files": [
"Sources/Extensions/AppKit/*.swift",
"Sources/Extensionss/Shared/ColorExtensions.swift"
]
},
{
"name": "CoreGraphics",
"source_files": "Sources/Extensions/CoreGraphics/*.swift"
},
{
"name": "CoreLocation",
"source_files": "Sources/Extensions/CoreLocation/*.swift"
},
{
"name": "MapKit",
"source_files": "Sources/Extensions/MapKit/*.swift"
}
]
}