[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / e / b / APIHTTPClient / 1.0.2 / APIHTTPClient.podspec.json
blob9179e42bb1e8e649d50084ec30d4a9046134d937
2   "name": "APIHTTPClient",
3   "version": "1.0.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Anthony Foster",
12   "platforms": {
13     "ios": "7.0",
14     "osx": "10.9"
15   },
16   "source": {
17     "git": "https://github.com/aantthony/objc-api-client.git",
18     "tag": "v1.0.2"
19   },
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",
25   "requires_arc": true