blob: 3a17bae8abe05d1a4974d160c583575b04918183 [file] [log] [blame]
{
"name": "FlipTheSwitch",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A simple library to help enabling/disabling features on iOS/Mac applications.",
"homepage": "https://github.com/michaelengland/FlipTheSwitch",
"authors": {
"Michael England": "mg.england@gmail.com"
},
"source": {
"git": "git@github.com:michaelengland/FlipTheSwitch.git",
"tag": "0.1.0"
},
"source_files": "Classes/FlipTheSwitch/*.{h,m}",
"public_header_files": "Classes/FlipTheSwitch/*.h",
"requires_arc": true
}