[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / e / 4 / iFirmata / 0.0.1 / iFirmata.podspec.json
blob6ad099ddaa7bd98157db8cb4dc0873e90489086a
2   "name": "iFirmata",
3   "version": "0.0.1",
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": "5.0"
21   },
22   "source": {
23     "git": "https://github.com/iFirmata/iFirmata.git",
24     "tag": "0.0.1"
25   },
26   "source_files": [
27     "Classes",
28     "Classes/**/*.{h,m}"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "OpenBLE": [
34     ]
35   }