blob: 0f15fd390a831451dc6c717b82b28d9c7db4cdf3 [file] [log] [blame]
{
"name": "TBAKitTesting",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Testing/**",
"frameworks": "XCTest",
"dependencies": {
"TBAKit": [
]
}
}