blob: 5caf9a1183e31c56962cd27a9e2bf44993089e0f [file] [log] [blame]
{
"name": "Fleet",
"version": "2.1.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": "2.1.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"
}