blob: fa52502ef1e1b29139f31a599ea3d987a5f68638 [file] [log] [blame]
{
"name": "UIKitExpansion",
"version": "1.2.1",
"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.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"source_files": "UIKitExpansion/src/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"dependencies": {
"RxSwiftExpansion": [
"~> 1.0"
],
"SnapKit": [
"~> 5.0"
]
},
"swift_version": "5.1"
}