blob: 516b7461850f86269dbfddb8b1f625557133c53e [file] [log] [blame]
{
"name": "CHSDK",
"version": "0.1.0",
"summary": "A short description of CHSDK.",
"description": "Add long description of the pod here.",
"homepage": "https://github.com/wang-chuanhui/CHSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"372020909@qq.com": "372020909@qq.com"
},
"source": {
"git": "https://github.com/wang-chuanhui/CHSDK.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "CHSDK/Classes/**/*",
"subspecs": [
{
"name": "CHMulticastDelegate",
"source_files": "CHSDK/Classes/MulticastDelegate/**/*"
}
]
}