blob: 3afbc17145eee54bf1efd5a0d7242d3942377b8e [file] [log] [blame]
{
"name": "IVSHTTP",
"version": "0.1.3",
"summary": "A simple, easy to use and lightweight HTTP library for Objective-C.",
"homepage": "https://github.com/netcanis/IVSHTTP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"netcanis": "netcanis@gmail.com"
},
"source": {
"git": "https://github.com/netcanis/IVSHTTP.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "IVSHTTP/**/*.{h,m,mm,c,cpp}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
}