[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 1 / c / 5 / RFduino-library / 1.0.0 / RFduino-library.podspec.json
bloba9719cd09ecc3df052b08d101d36952920227da5
2   "name": "RFduino-library",
3   "version": "1.0.0",
4   "summary": "RFduino-library is a few classes to manage & communicate with RFduino boards over BlueTooth 4.0",
5   "description": "This code provides an easy way to communicate with the RFduino boards. It originally came from https://github.com/RFduino/RFduino, but I have made a few minor changes.",
6   "homepage": "http://www.rfduino.com",
7   "license": "GNU LGPL 2.1",
8   "authors": {
9     "RFDuino": "rfduino.com"
10   },
11   "source": {
12     "git": "https://github.com/amayers/RFduino-library.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/**/*.{m,h}",
20   "public_header_files": "Classes/**/*.h",
21   "frameworks": [
22     "CoreBluetooth",
23     "Foundation"
24   ]