blob: 2df82c47aec41616bbf4d6c265868d2839a09ed9 [file] [log] [blame]
{
"name": "UIKitExpansion",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source_files": "UIKitExpansion/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftExpansion": [
"~> 0.2"
]
},
"swift_version": "4.2"
}