[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / 2 / 5 / LPMSirenKit / 0.1.7 / LPMSirenKit.podspec.json
blob25ee6c5a1c23fc2279b6868e338925f92d6eb01b
2   "name": "LPMSirenKit",
3   "version": "0.1.7",
4   "summary": "A library for integrating with and controlling navigation within Hypermedia APIs which conform to the Siren specification.",
5   "description": "                        `LPMSirenKit` is a lightweight library for interacting with [Hypermedia APIs](http://www.hypermediaapi.com) that adhere to the [Siren](https://github.com/kevinswiber/siren) specification.\n\n                        `LPMSirenKit` sits on top of `AFNetworking` and submits requests on behalf of the application. The library will parse the results and cache the entity, link, action, and field objects. The `properties` for the entity objects are not cached at this level (the library only caches those things that are necessary for navigation).\n",
6   "homepage": "https://github.com/lonelyplanet/lpm-sirenkit-ios",
7   "license": "MIT",
8   "authors": {
9     "Todd Grooms": "todd.grooms@lonelyplanet.com"
10   },
11   "source": {
12     "git": "https://github.com/lonelyplanet/lpm-sirenkit-ios.git",
13     "tag": "0.1.7"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,m}",
20   "resources": "Pod/Assets/*.{xcdatamodeld,xcdatamodel}",
21   "preserve_paths": "Pod/Assets/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.3.1"
25     ],
26     "CoreDataMate": [
27       "~> 0.1"
28     ],
29     "LPMJSONUtils": [
30       "~> 1.0.0"
31     ],
32     "Mantle": [
33       "~> 1.5"
34     ]
35   }