[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / c / BlueFish / 1.0.0 / BlueFish.podspec.json
blobb87d4cf4798fb09e05a6c217a87d939b3cb47cc0
2   "name": "BlueFish",
3   "version": "1.0.0",
4   "summary": "CoreBluetooth with block-based APIs",
5   "description": "Simple wrapper around CoreBluetooth that replace delegate based API with block based API",
6   "homepage": "https://github.com/mobilejazz/BlueFish",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Paolo Tagliani": "paolo@mobilejazz.com"
13   },
14   "source": {
15     "git": "https://github.com/mobilejazz/BlueFish.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BlueFish/Classes/**/*",
22   "frameworks": [
23     "CoreBluetooth",
24     "MapKit"
25   ]