blob: cf9182e3aab5b2309dd6db1b4906aa6c4983fdfa [file] [log] [blame]
{
"name": "Stubber",
"version": "1.5.2",
"summary": "A minimal method stub for Swift",
"homepage": "https://github.com/devxoul/Stubber",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/Stubber.git",
"tag": "1.5.2"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5.0"
}