[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 6 / SCPCoreBluetoothManager / 1.0.2 / SCPCoreBluetoothManager.podspec.json
bloba260f1ddb1a7e85687717a1b908bb84b78aec816
2   "name": "SCPCoreBluetoothManager",
3   "version": "1.0.2",
4   "summary": "Block based wrapper around the Core Bluetooth framework.",
5   "description": "                        This is only v1.0 and only includes the Central Manager part, the Peripheral Manager part is still in development.\n",
6   "homepage": "https://github.com/steprescott/SCPCoreBluetoothManager",
7   "license": "MIT",
8   "authors": {
9     "Ste Prescott": "github@ste.me"
10   },
11   "source": {
12     "git": "https://github.com/steprescott/SCPCoreBluetoothManager.git",
13     "tag": "1.0.2"
14   },
15   "social_media_url": "https://twitter.com/ste_prescott",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/**/*.h",
21   "frameworks": "CoreBluetooth",
22   "dependencies": {
23     "SVProgressHUD": [
25     ]
26   }