blob: 8ef4d0ff863b6d3b40ddcb3bc115855028e65f31 [file] [log] [blame]
{
"name": "Bohr",
"version": "1.0.0",
"summary": "Settings screen composing framework",
"homepage": "https://github.com/Dromaguirre/Bohr",
"authors": {
"David Roman": "dromaguirre@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Dromaguirre/Bohr.git",
"tag": "1.0.0"
},
"source_files": "Bohr/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}