{ | |
"name": "STEMIHexapod", | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"summary": "Framework for easier programming iOS App for STEMI hexapod robot", | |
"requires_arc": true, | |
"version": "0.1.0", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Jasmin Abou Aldan": "jasmin.aboualdan@gmail.com" | |
}, | |
"homepage": "https://github.com/jabou/STEMIHexapod", | |
"source": { | |
"git": "https://github.com/jabou/STEMIHexapod.git", | |
"tag": "0.1.0" | |
}, | |
"frameworks": "UIKit", | |
"source_files": "STEMIHexapod/**/*.{swift}" | |
} |