blob: 13b242102c32be71bb618ba8539bd27dedb1a851 [file] [log] [blame]
{
"name": "LPMSirenClient",
"version": "0.1.4",
"summary": "A library for common UI elements for a Hypermedia Client that adheres to the Siren specification.",
"description": " This is currently only used in LPMSirenKit (for the Example project) and in LPMSolKit (for the Example project).\n",
"homepage": "https://github.com/lonelyplanet/lpm-sirenclient-ios",
"license": "MIT",
"authors": {
"Todd Grooms": "todd.grooms@lonelyplanet.com"
},
"source": {
"git": "https://github.com/lonelyplanet/lpm-sirenclient-ios.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"dependencies": {
"LPMSirenKit": [
]
}
}