blob: 8a14b9eea489325bf15feea36efb03ba516609b6 [file] [log] [blame]
{
"name": "Fleet",
"version": "3.3.0",
"summary": "A UIKit-focused Swift testing framework",
"homepage": "https://github.com/jwfriese/Fleet",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Jared Friese",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jwfriese/Fleet.git",
"tag": "3.3.0"
},
"source_files": "Fleet/**/*.{swift,h,m}",
"public_header_files": [
"Fleet/Fleet.h",
"Fleet/ObjC/FleetObjC.h"
],
"preserve_paths": "Fleet/Script/copy_storyboard_info_files.sh",
"pushed_with_swift_version": "3.0"
}