blob: 46604a3af57ea826a6ac3ba357894b3fb4d2bca6 [file] [log] [blame]
{
"name": "SwifterSwift-Stripped",
"version": "5.4.0",
"summary": "A handy collection of more than 500 native Swift extensions to boost your productivity. Which does not murder your IB",
"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. Without the ibinspectables",
"homepage": "hhttps://github.com/guustmc/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",
"documentation_url": "http://swifterswift.com/docs",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"source": {
"git": "https://github.com/guustmc/SwifterSwift.git",
"tag": "5.4.0"
},
"source_files": "Sources/SwifterSwift-Stripped/**/*.swift",
"subspecs": [
{
"name": "SwiftStdlib",
"source_files": [
"Sources/SwifterSwift-Stripped/Shared/*.swift",
"Sources/SwifterSwift-Stripped/SwiftStdlib/*.swift"
]
},
{
"name": "Foundation",
"source_files": [
"Sources/SwifterSwift-Stripped/Shared/*.swift",
"Sources/SwifterSwift-Stripped/Foundation/*.swift"
]
},
{
"name": "UIKit",
"source_files": [
"Sources/SwifterSwift-Stripped/Shared/*.swift",
"Sources/SwifterSwift-Stripped/UIKit/*.swift"
]
},
{
"name": "AppKit",
"source_files": [
"Sources/SwifterSwift-Stripped/Shared/*.swift",
"Sources/SwifterSwift-Stripped/AppKit/*.swift"
]
},
{
"name": "CoreGraphics",
"source_files": "Sources/SwifterSwift-Stripped/CoreGraphics/*.swift"
},
{
"name": "CoreLocation",
"source_files": "Sources/SwifterSwift-Stripped/CoreLocation/*.swift"
},
{
"name": "CoreAnimation",
"source_files": [
"Sources/SwifterSwift-Stripped/Shared/*.swift",
"Sources/SwifterSwift-Stripped/CoreAnimation/*.swift"
]
},
{
"name": "MapKit",
"source_files": [
"Sources/SwifterSwift-Stripped/Shared/*.swift",
"Sources/SwifterSwift-Stripped/MapKit/*.swift"
]
},
{
"name": "SpriteKit",
"source_files": "Sources/SwifterSwift-Stripped/SpriteKit/*.swift"
},
{
"name": "SceneKit",
"source_files": [
"Sources/SwifterSwift-Stripped/Shared/*.swift",
"Sources/SwifterSwift-Stripped/SceneKit/*.swift"
]
},
{
"name": "StoreKit",
"source_files": "Sources/SwifterSwift-Stripped/StoreKit/*.swift"
},
{
"name": "Dispatch",
"source_files": "Sources/SwifterSwift-Stripped/Dispatch/*.swift"
},
{
"name": "WebKit",
"source_files": "Sources/SwifterSwift-Stripped/WebKit/*.swift"
},
{
"name": "HealthKit",
"source_files": "Sources/SwifterSwift-Stripped/HealthKit/*.swift"
}
],
"swift_version": "5.1"
}