blob: 5053fc46800c108cbdfba329b1a6777fa1cc0215 [file] [log] [blame]
{
"name": "RFDuino",
"version": "0.1.0",
"summary": "The RFDuino library allows you to easily communicate with RFDuino's over Bluetooth.",
"description": "This library allows you to easily get started with communicating between an iOS device and a Bluetooth 4LE RFDuino. 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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RFDuino": [
"Pod/Assets/*.png"
]
}
}