blob: 1446aa15bf095eea7f6beb6f892bdcddf2b982fb [file] [log] [blame]
{
"name": "RFDuino",
"version": "0.2.1",
"summary": "The RFDuino library allows you to easily communicate with RFDuino's, but also other devices, over Bluetooth.",
"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.",
"homepage": "https://github.com/Kukiwon/rfduino-swift",
"license": "MIT",
"authors": {
"Jordy van Kuijk": "jordy@kineticvision.nl"
},
"source": {
"git": "https://github.com/Kukiwon/rfduino-swift.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RFDuino": [
"Pod/Assets/*.png"
]
}
}