[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 6 / b / SuperMock / 0.2.3 / SuperMock.podspec.json
blob2f114edb74f93cb61308927fede2ea836273ff37
2   "name": "SuperMock",
3   "version": "0.2.3",
4   "swift_version": "4.2",
5   "summary": "A very simple yet powerful UI and Unit testing HTTP mock framework. Lives in your app and runs offline.",
6   "description": "A very simple yet powerful UI and Unit testing mock framework for API calls. It lives in your app and is completely offline. Setup your mocks at the start rather than on a per test basis.\nInspired by the need for MOCKS in UI tests without the hassle of setting up per class mocks and wanting something very portable and retro-compatible with any codebase.",
7   "homepage": "https://github.com/michaelarmstrong/SuperMock",
8   "license": "MIT",
9   "authors": {
10     "Michael Armstrong": "@ArmstrongAtWork"
11   },
12   "source": {
13     "git": "https://github.com/michaelarmstrong/SuperMock.git",
14     "tag": "0.2.3",
15     "branch": "master"
16   },
17   "social_media_url": "https://twitter.com/ArmstrongAtWork",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*"