blob: f2bf2de9658994191e67e4e135e79007afa1e5c2 [file] [log] [blame]
{
"name": "FOTestKit",
"version": "0.1.1",
"summary": "A collection of helpers for unit testing in XCode",
"homepage": "https://github.com/firstopinion/FOTestKit",
"license": "MIT",
"authors": {
"Jim Schultz": "boxenjim@gmail.com"
},
"source": {
"git": "https://github.com/firstopinion/FOTestKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"public_header_files": "FOTestKit/*.h",
"source_files": "FOTestKit/XCTestCase+Stalling.{h,m}",
"frameworks": "XCTest"
}