blob: 0241d8ff80569adaf35e9b017be96d7741c22517 [file] [log] [blame]
{
"name": "Toki",
"version": "0.8.1",
"summary": "SOAP Stubber for APIs generated by WSDL2Swift",
"description": "Toki enables to test using stubbed SOAP responses for APIs generated by WSDL2Swift.",
"homepage": "https://github.com/banjun/Toki",
"license": "MIT",
"authors": {
"banjun": "banjun@gmail.com"
},
"source": {
"git": "https://github.com/banjun/Toki.git",
"tag": "0.8.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "XCTest",
"dependencies": {
"Mockingjay": [
"~> 2.0"
],
"OHHTTPStubs/NSURLSession": [
"~> 5.2"
],
"AEXML": [
],
"WSDL2Swift": [
">= 0.5"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"pushed_with_swift_version": "3.0"
}