blob: b3842849a1e6a5d9dd1ad1ab421f836bc2836b01 [file] [log] [blame]
{
"name": "IKSwifterSwift",
"version": "1.0.6",
"summary": "A handy collection of more than 500 native Swift extensions to boost your productivity.",
"description": "A handy collection of more than 500 native Swift extensions to boost your productivity....",
"homepage": "https://github.com/ichitech/IKSwifterSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"IchiTech": "ichitech89@gmail.com"
},
"social_media_url": "https://github.com/ichitech",
"screenshots": "https://raw.githubusercontent.com/SwifterSwift/SwifterSwift/master/Assets/logo.png",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.3",
"requires_arc": true,
"source": {
"git": "https://github.com/ichitech/IKSwifterSwift.git",
"tag": "1.0.6"
},
"source_files": "Sources/SwifterSwift/**/*.swift",
"subspecs": [
{
"name": "Protocols",
"source_files": "Sources/SwifterSwift/Protocols/*.swift"
},
{
"name": "Foundation",
"source_files": "Sources/SwifterSwift/Foundation/*.swift"
},
{
"name": "UIKit",
"source_files": "Sources/SwifterSwift/UIKit/*.swift"
}
],
"swift_version": "5.3"
}