[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 4 / 5 / ResponseMock / 0.1 / ResponseMock.podspec.json
blob12f3effd1a22dc12990add3c1e45e445844649c4
2   "name": "ResponseMock",
3   "version": "0.1",
4   "summary": "Super simple mock response for iOS.",
5   "description": "ResponseMock is base URLProtocol to provide reponse mock.",
6   "homepage": "https://github.com/lacklock/ResponseMock",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "卓同学": "lacklock@gmail.com"
13   },
14   "social_media_url": "http://weibo.com/1926303682",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/lacklock/ResponseMock.git",
20     "tag": "0.1"
21   },
22   "source_files": "ResponseMock/ResponseMock/*.swift",
23   "dependencies": {
24     "ObjectMapper": [
25       "~> 2.2"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"