blob: d1d4897fed543c5c9a7d1674c2a2580cb9f9f3e9 [file] [log] [blame]
{
"name": "Toki",
"version": "0.9.0",
"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.9.0"
},
"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.7"
],
"Fuzi": [
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"pushed_with_swift_version": "3.0"
}