| { |
| "name": "ostcConnection", |
| "version": "1.0.8", |
| "summary": "OSTC BLE Library", |
| "homepage": "https://git.freshx.de/ostc/ostcConnection", |
| "source": { |
| "git": "https://git.freshx.de/ostc/ostcConnection.git", |
| "tag": "v1.0.8" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "René Rössler": "rene@freshx.de" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9" |
| }, |
| "dependencies": { |
| "LGBluetooth": [ |
| "1.1.5" |
| ], |
| "JSONModel": [ |
| "1.1.0" |
| ], |
| "CocoaLumberjack": [ |
| "2.3.0" |
| ] |
| } |
| } |