blob: 73bdaba9f43d5c0f67fea9d3619b7293ec5fbc44 [file] [log] [blame]
{
"name": "MultiDelegateOC",
"version": "0.0.3",
"summary": "It can provide a multi delegate model for iOS and OSX.",
"homepage": "https://github.com/FlameGrace/MultiDelegateOC",
"license": "BSD",
"authors": {
"FlameGrace": "flamegrace@hotmail.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/FlameGrace/MultiDelegateOC.git",
"tag": "0.0.3"
},
"source_files": [
"MultiDelegateOC",
"MultiDelegateOC/**/*.{h,m}"
],
"public_header_files": "MultiDelegateOC/**/*.h"
}