blob: 184bff0c02724af591dadaf01764046b6714919b [file] [log] [blame]
{
"name": "BetterKit",
"version": "0.5.2",
"summary": "A collection of useful tools to enhance standard application development",
"description": "BetterKit provides a collection of useful extension methods off existing libraries that assist in speeding up development.\nNo subclassing, just import and enjoy a better experience!",
"homepage": "https://github.com/myriadmobile/BetterKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"myriadmobile": "developer@myriadmobile.com"
},
"source": {
"git": "https://github.com/myriadmobile/BetterKit.git",
"branch": "master",
"tag": "0.5.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BetterKit/Classes/**/*.{swift,h,m}",
"frameworks": "UIKit"
}