blob: 031ff7eac4e53f59e2844f3e3eca6caad12ac277 [file] [log] [blame]
{
"name": "HTBURLSession",
"version": "0.0.3",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/thehtb/HTBURLSession",
"authors": {
"Mark Aufflick": "mark@htb.io"
},
"summary": "A drop-in equivalent replacement for NSURLSession with better blocks support",
"source": {
"git": "https://github.com/thehtb/HTBURLSession.git",
"tag": "v0.0.3"
},
"source_files": "HTBURLSession/*.{h,m}",
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "7.0"
}
}