blob: 3816fae5accfef69330cc4ce9b70a966a1820cbc [file] [log] [blame]
{
"name": "MockingbirdFramework",
"module_name": "Mockingbird",
"version": "0.6.1",
"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.6.1"
},
"source_files": "MockingbirdFramework/**/*.swift",
"prepare_command": "make install-prebuilt",
"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": "*",
"swift_version": "5.0"
}