blob: 3101e4334691cf56d65b9d24da4e19e4cd8169e4 [file] [log] [blame]
{
"name": "OCMockitoSwift",
"version": "0.3.0",
"swift_version": "3.2",
"summary": "Swift adapter for OCMockito",
"description": "OCMockito adapter for Swift, that allows to create and operate on mocks which are subclasses of NSObject.",
"authors": {
"Aleksander Zubala": "alek@zubala.com"
},
"source": {
"git": "https://github.com/azubala/OCMockitoSwift.git",
"tag": "0.3.0"
},
"homepage": "https://github.com/azubala/OCMockitoSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*.{h,m,swift}",
"ios": {
"frameworks": [
"Foundation",
"CoreFoundation"
]
},
"dependencies": {
"OCMockito": [
"~> 5.0.1"
],
"OCHamcrest": [
"~> 7.0"
]
},
"requires_arc": true
}