| { |
| "name": "BootstrapUI", |
| "version": "0.0.1", |
| "summary": "A collection of custom draw controls inspired by the Bootstrap theme. Built off UICustomizeKit.", |
| "homepage": "https://github.com/daltoniam/BootstrapUIKit", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Dalton": "daltoniam@gmail.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "*.{h,m}", |
| "source": { |
| "git": "https://github.com/daltoniam/BootstrapUIKit.git", |
| "tag": "0.0.1" |
| }, |
| "dependencies": { |
| "UICustomizeKit": [ |
| |
| ] |
| }, |
| "requires_arc": true |
| } |