blob: 3ff33f4224fd570fae0380a9953ab5c7c942325f [file] [log] [blame]
{
"name": "Toki",
"version": "0.2.0",
"summary": "SOAP Stubber for APIs generated by WSDL2ObjC",
"description": "Toki enables to test using stubbed SOAP responses for APIs generated by WSDL2ObjC.",
"homepage": "https://github.com/banjun/Toki",
"license": "MIT",
"authors": {
"banjun": "banjun@gmail.com"
},
"source": {
"git": "https://github.com/banjun/Toki.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "XCTest",
"dependencies": {
"Mockingjay": [
"~> 1.1"
]
}
}