blob: c29b56a5abef52ec96162e881eedc58ea36e2cde [file] [log] [blame]
{
"name": "MockObject",
"version": "0.1.2",
"summary": "Framework for creating mock objects of iOS framework elements that are unable to be instantiated. Ex: CBPeripheral",
"description": "Mock any class, created to instantiate framework classes for unit testing an app that uses CoreBluetooth. Ex: CBPeripheral",
"homepage": "https://github.com/cjlarsen/MockObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Larsen": "chris@christopherlarsen.com"
},
"social_media_url": "https://twitter.com/ChrsJLrsn",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/cjlarsen/MockObject.git",
"tag": "0.1.2"
},
"source_files": "MockObject/**/*.{h,m}",
"public_header_files": "MockObject/**/*.h",
"requires_arc": true
}