blob: 538fb75299cace538df80f6eaebdc49754e37955 [file] [log] [blame]
{
"name": "Hawk",
"version": "0.1.0",
"summary": "Hawk authentication scheme.",
"homepage": "https://github.com/tent/hawk-objc",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Jesse Stuart": "jesse@jessestuart.ca"
},
"source": {
"git": "https://github.com/tent/hawk-objc.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "Hawk/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}