blob: cc7920763ac7a78c568085872b1928da6d40b102 [file] [log] [blame]
{
"name": "LPMSirenClient",
"version": "0.1.3",
"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": "git@github.com:lonelyplanet/lpm-sirenclient-ios.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"dependencies": {
"LPMSirenKit": [
]
}
}