[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / d / b / Mockingdrive / 0.1.0 / Mockingdrive.podspec.json
blob4076730a898cfb002bdc4ffcca2ef9d2e826826b
2   "name": "Mockingdrive",
3   "version": "0.1.0",
4   "summary": "Testing framework for stubbing Hypermedia HTTP requests",
5   "homepage": "https://github.com/kylef/Mockingdrive",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/Mockingdrive.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "Mockingdrive/*.{h,swift}",
19   "frameworks": "XCTest",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "Representor": [
28     ],
29     "Mockingjay": [
30       "~> 1.0"
31     ]
32   }