[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / 5 / 7 / GGBluetooth / 0.0.1 / GGBluetooth.podspec.json
blob7f8ac05a2a6a2cfd923f37588cf76ab9b18eb856
2   "name": "GGBluetooth",
3   "version": "0.0.1",
4   "summary": "GGBluetooth<CoreBluetooth>封装的轻量级BLE框架。支持函数式语法糖,让你的代码更简练。GGBluetooth is a small framework based on <CoreBluetooth>. Support functional syntactic sugar to make your code more concise.",
5   "description": "This is a framework to mutipeer, supported on iOS.",
6   "homepage": "https://github.com/itmarsung/GGBluetooth",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "marsung": "itmarsung@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/itmarsung/GGBluetooth.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "GGBluetooth/framework/*.{h,m}"