blob: 739b74672dd72d68cacfbe82125f126b70fa0d77 [file] [log] [blame]
{
"name": "EPLBLEWrapper",
"version": "0.1.1",
"summary": "Swift BLE Wrapper for easier profile handling",
"homepage": "https://github.com/brettchien/SwiftBLEWrapper",
"license": {
"type": "MIT"
},
"authors": {
"Brett Chien": "brett.chien@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/brettchien/SwiftBLEWrapper.git",
"tag": "0.1.1"
},
"source_files": "*.swift",
"frameworks": [
"Foundation",
"UIKit",
"CoreBluetooth"
],
"dependencies": {
"XCGLogger": [
],
"BrightFutures": [
]
},
"requires_arc": true
}