blob: a167988d34bb017865cdcebee033b8b073ab7f2a [file] [log] [blame]
{
"name": "BetterKit",
"version": "0.3.0",
"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.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BetterKit/Classes/**/*.{swift,h,m}",
"frameworks": "UIKit"
}