blob: 1a02a93fd394494b8cc31aa1fb2975cf39e31ae9 [file] [log] [blame]
{
"name": "APIHTTPClient",
"version": "1.0.0",
"summary": "Simple HTTP client",
"description": " Easy to use HTTP client with support for REST APIs, JSON serialization and deserialization.\n",
"homepage": "https://github.com/aantthony/objc-api-client",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Anthony Foster",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/aantthony/objc-api-client.git",
"tag": "v1.0.0"
},
"source_files": "APIClient/*.{h,m}",
"exclude_files": "APIClientTests/*.{h,m}",
"public_header_files": "APIClient/*.h",
"header_dir": "APIClient",
"weak_frameworks": "Foundation",
"requires_arc": true
}