blob: bd18817fee31d1d3402f768d6897398d30cd333f [file] [log] [blame]
{
"name": "XCParameterizedTestCase",
"version": "1.0.0",
"summary": "Parameterized implementation of XCTestCase.",
"homepage": "https://github.com/michalkonturek/XCParameterizedTestCase",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": "XCTest"
},
"source": {
"git": "https://github.com/michalkonturek/XCParameterizedTestCase.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true
}