| { |
| "name": "QuickBLE", |
| "version": "0.9.1", |
| "summary": "A simple helper for communicating with Bluetooth LE devices (Arduino 101, etc.)", |
| "description": "A simple helper for communicating with Bluetooth LE devices (Arduino 101, etc.) written in Swift.", |
| "homepage": "https://github.com/mkoehnke/QuickBLE", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Mathias Köhnke", |
| "platforms": { |
| "ios": "9.1", |
| "osx": "10.11" |
| }, |
| "source": { |
| "git": "https://github.com/mkoehnke/QuickBLE.git", |
| "tag": "0.9.1" |
| }, |
| "source_files": "Sources/*.{swift}", |
| "exclude_files": "Sources/Exclude", |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.0" |
| } |
| } |