[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / 5 / RFDuino / 0.2.0 / RFDuino.podspec.json
blobabf1de10814e4a806fdfdba32a2ef3e792948f06
2   "name": "RFDuino",
3   "version": "0.2.0",
4   "summary": "The RFDuino library allows you to easily communicate with RFDuino's, but also other devices, over Bluetooth.",
5   "description": "This library allows you to easily get started with communicating between an iOS device and Bluetooth Smart devices like RFDuinos. More info will be added soon.",
6   "homepage": "https://github.com/Kukiwon/rfduino-swift",
7   "license": "MIT",
8   "authors": {
9     "Jordy van Kuijk": "jordy@kineticvision.nl"
10   },
11   "source": {
12     "git": "https://github.com/Kukiwon/rfduino-swift.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "RFDuino": [
22       "Pod/Assets/*.png"
23     ]
24   }