[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 0 / e / 4 / iFirmata / 0.1.0 / iFirmata.podspec.json
blob21a863c08fae45e0f2068d603fee9a17ddb3151e
2   "name": "iFirmata",
3   "version": "0.1.0",
4   "summary": "Firmata implementation for ios (currently)",
5   "description": "\n                   Takes a BLE device as input and allows you to send and receive Firmata\n\t\t   through it. Also includes an example host implementation for ios.\n",
6   "homepage": "http://iFirmata.github.com",
7   "screenshots": [
8     "http://iFirmata.github.com/images/scanner.png",
9     "http://iFirmata.github.com/images/detail.png",
10     "http://iFirmata.github.com/images/pinmode.png",
11     "http://iFirmata.github.com/images/digital.png",
12     "http://iFirmata.github.com/images/servo.png",
13     "http://iFirmata.github.com/images/i2c.png"
14   ],
15   "license": "Apache 2.0",
16   "authors": {
17     "Jacob Rosenthal": "jakerosenthal@gmail.com"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "source": {
23     "git": "https://github.com/iFirmata/iFirmata.git",
24     "tag": "0.1.0"
25   },
26   "source_files": [
27     "Classes",
28     "Classes/**/*.{h,m}"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "OpenBLE": [
33       ">= 0.0.3"
34     ]
35   }