blob: de4624a9b8fd9e94d7d78bfabf011125b9e11fdb [file] [log] [blame]
{
"name": "BoneKit",
"version": "0.1.0",
"summary": "The bare bones kit for building iOS apps!",
"description": "An essential tool kit for quickly building iOS applications 💀.\nMain tools:\n- Atomic Swift Wrapper\n- HTTP Client\n- Style kit\n- Custom Controls",
"homepage": "https://github.com/mnorth719/BoneKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt North": "matt.north93@gmail.com"
},
"source": {
"git": "https://github.com/mnorth719/BoneKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BoneKit/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"PromiseKit": [
"~> 4.4"
]
},
"pushed_with_swift_version": "4.0"
}