blob: 7680fc2fed93922e0bf630c0655b3d6e370e8717 [file] [log] [blame]
{
"name": "FOTestKit",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"public_header_files": "FOTestKit/FOTestKit.h",
"source_files": "FOTestKit/FOTestKit.h"
}