blob: 59ceb2e7d125b70772dbaba658141c4bde1ec675 [file] [log] [blame]
{
"name": "SHMKit",
"version": "0.1.0",
"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.0"
},
"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"
]
}
}