Latest | 1.0.0 |
---|---|
Homepage | http://openble.github.com |
License | Apache 2.0 |
Platforms | ios 6.0, requires ARC |
Frameworks | CoreBluetooth |
Authors |
Latest podspec
{ "name": "OpenBLE", "version": "1.0.0", "summary": "BLE Data Service class and BLE scanner example app", "description": "n OpenBLE allows your ios app to connect to data service BLE devices,ntttt for instance Arduino BLE modules. The Example is an up to date openntttt BLE scanner app because everyone was building one and few to none werentttt releasing their work for others to see.n", "homepage": "http://openble.github.com", "screenshots": [ "http://openble.github.com/images/scanner.png", "http://openble.github.com/images/detail.png" ], "license": "Apache 2.0", "authors": { "Jacob Rosenthal": "[email protected]" }, "platforms": { "ios": "6.0" }, "source": { "git": "https://github.com/OpenBLE/OpenBLE.git", "tag": "1.0.0" }, "source_files": [ "Classes", "Classes/**/*.{h,m}" ], "resources": "Resources/**/*.storyboard", "frameworks": "CoreBluetooth", "requires_arc": true, "prefix_header_contents": "#ifndef DEBUGn#define NSLog(...)n#endif" }
Tue, 01 Mar 2016 14:01:02 +0000