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",
9 "Todd Grooms": "todd.grooms@lonelyplanet.com"
12 "git": "https://github.com/lonelyplanet/lpm-sirenkit-ios.git",
19 "source_files": "Pod/Classes/**/*.{h,m}",
20 "resources": "Pod/Assets/*.{xcdatamodeld,xcdatamodel}",
21 "preserve_paths": "Pod/Assets/*",