blob: fd3f5302c4e33cccc0b565598623d848e6028538 [file] [log] [blame]
{
"name": "PRETestHelper",
"version": "0.0.1",
"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.1"
},
"source_files": "PRETestHelper",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"XCTest",
"UIKit",
"Foundation"
],
"dependencies": {
"FBSnapshotTestCase": [
]
},
"pushed_with_swift_version": "3.0"
}