blob: a667fb7d34b737525111e7053e9ea239215eb0e0 [file] [log] [blame]
{
"name": "SWHttpTrafficRecorder",
"version": "1.0",
"summary": "A simple tool allowing to record your HTTP traffic for later use.",
"description": "SWHttpTrafficRecorder provides an easy way to record all the HTTP(s) traffic while the user is using your app at the same time.",
"homepage": "https://github.com/capitalone/SWHttpTrafficRecorder",
"license": {
"type": "Apache Licnese 2.0",
"file": "LICENSE"
},
"authors": {
"Sunny Wang": "wangjinlian@hotmail.com"
},
"source": {
"git": "https://github.com/capitalone/SWHttpTrafficRecorder.git",
"tag": "v1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}