2 "name": "APIHTTPClient",
4 "summary": "Simple HTTP client",
5 "description": " Easy to use HTTP client with support for REST APIs, JSON serialization and deserialization.\n",
6 "homepage": "https://github.com/aantthony/objc-api-client",
11 "authors": "Anthony Foster",
17 "git": "https://github.com/aantthony/objc-api-client.git",
20 "source_files": "APIClient/*.{h,m}",
21 "exclude_files": "APIClientTests/*.{h,m}",
22 "public_header_files": "APIClient/*.h",
23 "header_dir": "APIClient",
24 "weak_frameworks": "Foundation",