blob: dec610e868f3ac188d3d05967d868f4e9d6dc36f [file] [log] [blame]
{
"name": "Brisker",
"version": "0.0.1",
"summary": "Given-When-Then for Quick",
"description": "Given-When-Then for Quick",
"homepage": "https://github.com/pedrovereza/Brisker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pedro Vereza": "pdrvereza@gmail.com"
},
"social_media_url": "http://twitter.com/pdrvereza",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/pedrovereza/Brisker.git",
"tag": "0.0.1"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Quick": [
"~> 1.0"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
},
"pushed_with_swift_version": "3.0"
}