[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / e / b / PEHateoas-Client / 1.0.10 / PEHateoas-Client.podspec.json
blob0cbe78735c828b03c316fbf4d18ea591e336a710
2   "name": "PEHateoas-Client",
3   "version": "1.0.10",
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.10"
13   },
14   "platforms": {
15     "ios": "8.4"
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.6.3"
24     ],
25     "PEObjc-Commons": [
26       "~> 1.0.101"
27     ],
28     "CocoaLumberjack": [
29       "~> 1.9"
30     ]
31   }