blob: 930ec6af96e921c73c1c3eca78408b44ac4e0c09 [file] [log] [blame]
{
"name": "DTWebService",
"version": "1.0",
"platforms": {
"ios": "5.0"
},
"summary": "Wrapper for HttpRequest(s) with ability to ignore SSL certificates & a NSURLRequest category for custom headers and files.",
"description": "Wrapper for HttpRequest(s) with ability to ignore SSL certificates & a NSURLRequest category for custom headers and files. Includes demo.",
"homepage": "https://github.com/dtsolis/DTWebService",
"authors": {
"Dimitris - Sotiris Tsolis": "dimitristls@gmail.com"
},
"source": {
"git": "https://github.com/dtsolis/DTWebService.git",
"tag": "1.0"
},
"license": {
"type": "Apache",
"file": "LICENSE.md"
},
"source_files": "DTWebService/*.{h,m}",
"requires_arc": true
}