blob: 6ab7867b93410995236f75cd32ec4116eb42f6f5 [file] [log] [blame]
{
"name": "PTKTestKit",
"version": "1.0.0",
"summary": "Various classes built to make iOS testing faster, easier, and more effective.",
"homepage": "https://github.com/Element84/PTKTestKit",
"authors": {
"Paul Pilone": "paul@element84.com"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/Element84/PTKTestKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"frameworks": "SenTestingKit",
"source_files": "PTKTestKit/*.{h,m}",
"requires_arc": false
}