blob: 986b975b0fbee75056d9905be8d79b29bdd0ed84 [file] [log] [blame]
{
"name": "Toki",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "XCTest",
"dependencies": {
"Mockingjay": [
"~> 1.1"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}