blob: 4ba5a3b7afa2ec96b032913591166eb7db8e334b [file] [log] [blame]
{
"name": "kFastObjectHelper",
"version": "0.1.0",
"summary": "Helper for creating objects faster programatically.",
"swift_version": "4.2",
"description": "This is a helper method that creates objects such as tableviews, collectionviews, label & imageviews quicker programatically.",
"homepage": "https://github.com/kelvinfok/kFastObjectHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kelvinfok": "punkd1@gmail.com"
},
"source": {
"git": "https://github.com/kelvinfok/kFastObjectHelper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "kFastObjectHelper/Classes/**/*",
"frameworks": "UIKit"
}