[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 9 / e / b / PEHateoas-Client / 1.0.0 / PEHateoas-Client.podspec.json
blob01f37b57f1ae5b8bf3fbcc98d764318007868071
2   "name": "PEHateoas-Client",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "An iOS library simplifying the consumption of hypermedia REST APIs.",
6   "authors": {
7     "Paul Evans": "evansp2@gmail.com"
8   },
9   "homepage": "https://github.com/evanspa/PEHateoas-Client",
10   "source": {
11     "git": "https://github.com/evanspa/PEHateoas-Client.git",
12     "tag": "PEHateoas-Client-v1.0.0"
13   },
14   "platforms": {
15     "ios": "8.1"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": "**/*Tests/*.*",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
24     ],
25     "PEObjc-Commons": [
27     ],
28     "CocoaLumberjack": [
29       "~> 1.9"
30     ]
31   }