blob: 9fca030cad760f7270dadd417982783201258757 [file] [log] [blame]
{
"name": "cURLLook",
"version": "0.0.1",
"summary": "Make your NSURLRequest a cURL command",
"description": "This μ-framework serializes your NSURLRequest object to\na cURL command, so you can convey to a backend person\nclearly what kind of HTTP request your code is making.",
"homepage": "https://github.com/dduan/cURLLook",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Daniel Duan": "daniel@duan.org"
},
"social_media_url": "https://twitter.com/Daniel_Duan",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/dduan/cURLLook.git",
"tag": "v0.0.1"
},
"source_files": [
"cURLLook",
"cURLLook/**/*.{swift}"
]
}