blob: 78f66259352b1c108b8b868cc6e7d8edfdfefdd1 [file] [log] [blame]
{
"name": "SwiftWalle",
"version": "0.1.0",
"summary": "A collection of useful extenison of Swift",
"description": "A collection of useful extenison of Swift, incluing some extenison of SwifterSwift",
"homepage": "https://github.com/mistdon/SwiftWalle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mistdon": "shendong13014@gmail.com"
},
"source": {
"git": "https://github.com/mistdon/SwiftWalle.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"source_files": "SwiftWalle/Classes/**/*.swift",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"SwifterSwift/SwiftStdlib": [
],
"SwifterSwift/Foundation": [
],
"SwifterSwift/UIKit": [
],
"SwifterSwift/Dispatch": [
]
},
"swift_version": "5.1"
}