blob: 040ac0b9068b109e2f611f1f8b1248447d198e5a [file] [log] [blame]
{
"name": "Agent",
"version": "0.0.1",
"summary": "Minimalistic Swift HTTP request agent for iOS and OS X",
"homepage": "https://github.com/hallas/agent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hallas": "christoffer.hallas@gmail.com"
},
"source": {
"git": "https://github.com/hallas/agent.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.1"
},
"source_files": "Agent/*.swift",
"frameworks": "Foundation",
"requires_arc": true
}