[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 5 / 1 / OpenBLE / 0.0.3 / OpenBLE.podspec.json
blobb207a9617f3d6470ff75671af24b3b81ba404028
2   "name": "OpenBLE",
3   "version": "0.0.3",
4   "summary": "BLE Data Service class and BLE scanner example app",
5   "description": "\n                   OpenBLE allows your ios app to connect to data service BLE devices,\n\t\t\t\t   for instance Arduino BLE modules. The Example is an up to date open\n\t\t\t\t   BLE scanner app because everyone was building one and few to none were\n\t\t\t\t   releasing their work for others to see.\n",
6   "homepage": "http://openble.github.com",
7   "screenshots": [
8     "http://openble.github.com/images/scanner.png",
9     "http://openble.github.com/images/detail.png"
10   ],
11   "license": "Apache 2.0",
12   "authors": {
13     "Jacob Rosenthal": "jakerosenthal@gmail.com"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/OpenBLE/OpenBLE.git",
20     "tag": "0.0.3"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "frameworks": "CoreBluetooth",
27   "requires_arc": true