blob: e5f29c519995c2cfba03d3ab5042e504d6c733cc [file] [log] [blame]
{
"name": "HawkClient",
"version": "1.4.0",
"summary": "Implementation of Hawk protocol for clients in iOS.",
"homepage": "https://github.com/STracker/HawkClient_iOS",
"authors": {
"ricardosousa1989": "sousa.ricardo10@gmail.com"
},
"source": {
"git": "https://github.com/STracker/HawkClient_iOS.git",
"tag": "1.4.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "5.0"
},
"dependencies": {
"Base64": [
"~> 1.0.1"
]
},
"source_files": "HawkClientIOS/HawkClient_iOS/HawkClient_iOS/*.{h,m}",
"requires_arc": true
}