[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / e / b / PEHateoas-Client / 1.0.2 / PEHateoas-Client.podspec.json
blobd7889cb17ac53a168a8b5a3b15812119c87bf81c
2   "name": "PEHateoas-Client",
3   "version": "1.0.2",
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.2"
13   },
14   "platforms": {
15     "ios": "8.3"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": "**/*Tests/*.*",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.5.1"
24     ],
25     "PEObjc-Commons": [
26       "~> 1.0.1"
27     ],
28     "CocoaLumberjack": [
29       "~> 1.9"
30     ]
31   }