blob: a0f1817763e0ad880bcfb1a31a1d5afb888e6546 [file] [log] [blame]
{
"name": "SHMKit",
"version": "0.1.2",
"summary": "A generic client for Siren Hypermedia APIs",
"description": " A generic Siren hypermedia client. If you're API conforms to the Siren spec use this to interact with it.\n",
"homepage": "https://github.com/mdobson/SHMKit",
"license": "MIT",
"authors": {
"Matt Dobson": "mdobson4@gmail.com"
},
"source": {
"git": "https://github.com/mdobson/SHMKit.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/mdobs",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"SHMKit": [
"Pod/Assets/*.png"
]
}
}