blob: 12f3effd1a22dc12990add3c1e45e445844649c4 [file] [log] [blame]
{
"name": "ResponseMock",
"version": "0.1",
"summary": "Super simple mock response for iOS.",
"description": "ResponseMock is base URLProtocol to provide reponse mock.",
"homepage": "https://github.com/lacklock/ResponseMock",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"卓同学": "lacklock@gmail.com"
},
"social_media_url": "http://weibo.com/1926303682",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lacklock/ResponseMock.git",
"tag": "0.1"
},
"source_files": "ResponseMock/ResponseMock/*.swift",
"dependencies": {
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0"
}