blob: 0d5834d5d18c3bd18c46e452e75fa4e7d2f3f9bf [file] [log] [blame]
{
"name": "MultiDelegateOC",
"version": "0.0.5",
"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.5"
},
"source_files": [
"MultiDelegateOC",
"MultiDelegateOC/**/*.{h,m}"
],
"public_header_files": "MultiDelegateOC/**/*.h"
}