blob: faedc37cf9bf86981273b2e81950855fbdebf0df [file] [log] [blame]
{
"name": "MockingbirdFramework",
"module_name": "Mockingbird",
"version": "0.9.0",
"summary": "A convenient mocking framework for Swift.",
"homepage": "https://github.com/birdrides/mockingbird",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Chang": "andrew.chang@bird.co"
},
"source": {
"git": "https://github.com/birdrides/mockingbird.git",
"tag": "0.9.0"
},
"source_files": "MockingbirdFramework/**/*.swift",
"prepare_command": "make download",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"frameworks": "XCTest",
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"swift_versions": "5.0",
"preserve_paths": [
"README.md",
"LICENSE",
"Makefile",
"Codesigning/*",
"MockingbirdSupport/**/*",
"MockingbirdCli/Info.plist"
],
"swift_version": "5.0"
}