[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 8 / 6 / f / SHMKit / 0.1.0 / SHMKit.podspec.json
blob59ceb2e7d125b70772dbaba658141c4bde1ec675
2   "name": "SHMKit",
3   "version": "0.1.0",
4   "summary": "A generic client for Siren Hypermedia APIs",
5   "description": "                        A generic Siren hypermedia client. If you're API conforms to the Siren spec use this to interact with it.\n",
6   "homepage": "https://github.com/mdobson/SHMKit",
7   "license": "MIT",
8   "authors": {
9     "Matt Dobson": "mdobson4@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mdobson/SHMKit.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/mdobs",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m}",
21   "resource_bundles": {
22     "SHMKit": [
23       "Pod/Assets/*.png"
24     ]
25   }