blob: b78f00ba2aa5b7f39ca7fdc8c0574ae74f89d780 [file] [log] [blame]
{
"name": "PRETestHelper",
"version": "0.0.3",
"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.3"
},
"source_files": "PRETestHelper",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"XCTest",
"UIKit",
"Foundation"
],
"dependencies": {
"FBSnapshotTestCase/Core": [
]
}
}