blob: 642bf9732aef166f0ec4f1339338e902f7b15d2e [file] [log] [blame]
{
"name": "UIKitExpansion",
"version": "1.0.0",
"summary": "Code extension, object and function on top of Apple's UIKit",
"description": "This library provide convenience functions, object and extension over Apple's UIKit framework\nSo that developer can write a shorter cleaner code.",
"homepage": "https://github.com/myste1tainn/UIKitExpansion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"myste1tainn": "a.keereena@gmail.com"
},
"source": {
"git": "https://github.com/myste1tainn/UIKitExpansion.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1",
"source_files": "UIKitExpansion/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftExpansion": [
"~> 1.0"
]
},
"swift_version": "5.1"
}