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