| { |
| "name": "escaConfig", |
| "version": "1.0.1", |
| "summary": "Configure esca beacons.", |
| "description": "Allow your iOS application to connect to and configure esca beacons. Modify iBeacon, Eddystone, TxPower, Advertising Interval, and more.", |
| "homepage": "https://github.com/BlueBiteLLC/escaconfig-ios", |
| "license": "MIT", |
| "authors": { |
| "Tanner Nelson": "tanner@bluebite.com" |
| }, |
| "source": { |
| "git": "https://github.com/BlueBiteLLC/escaconfig-ios.git", |
| "tag": "1.0.1" |
| }, |
| "social_media_url": "https://twitter.com/bluebite", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "escaConfig": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "CoreBluetooth" |
| } |