[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / a / 5 / 7 / BoneKit / 0.1.0 / BoneKit.podspec.json
blobde4624a9b8fd9e94d7d78bfabf011125b9e11fdb
2   "name": "BoneKit",
3   "version": "0.1.0",
4   "summary": "The bare bones kit for building iOS apps!",
5   "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",
6   "homepage": "https://github.com/mnorth719/BoneKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matt North": "matt.north93@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mnorth719/BoneKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BoneKit/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "PromiseKit": [
25       "~> 4.4"
26     ]
27   },
28   "pushed_with_swift_version": "4.0"