blob: 02ea4098ddfe31b81dd0f37dd7367aa2d29c2754 [file] [log] [blame]
{
"name": "SparrowKit",
"version": "2.0.1",
"summary": "Simplify iOS programming. Extensions and structs for Swift & UIKit.",
"homepage": "https://github.com/IvanVorobei/SparrowKit",
"source": {
"git": "https://github.com/IvanVorobei/SparrowKit.git",
"tag": "2.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Vorobei": "hello@ivanvorobei.by"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "UIKit"
},
"swift_versions": [
"4.2",
"5.0"
],
"source_files": "Source/SparrowKit/**/*.swift"
}