blob: 5c5bcb032551a6533b272a6510fd002efb02986c [file] [log] [blame]
{
"name": "PRETestHelper",
"version": "0.0.2",
"summary": "Collection of Objective-C categories trying to simplify writing tests for iOS.",
"homepage": "https://github.com/pres/PRETestHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Steinhilber": "me@paulsteinhilber.de"
},
"source": {
"git": "https://github.com/pres/PRETestHelper.git",
"tag": "0.0.2"
},
"source_files": "PRETestHelper",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"XCTest",
"UIKit",
"Foundation"
],
"dependencies": {
"FBSnapshotTestCase/Core": [
]
}
}