blob: 4cba89aa7f56fa1a4a7cbe18a9f85452e7496b5b [file] [log] [blame]
{
"name": "TBAKitTesting",
"version": "1.0.1",
"summary": "Helper classes for testing/mocking TBAKit",
"homepage": "https://github.com/ZachOrr/TBAKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "ZachOrr",
"source": {
"git": "https://github.com/ZachOrr/TBAKit.git",
"tag": "testing/1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Testing/**",
"frameworks": "XCTest",
"dependencies": {
"TBAKit": [
]
}
}