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