blob: 0ddeb98377423d9c641bdfa01ea3dc22d165e97b [file] [log] [blame]
{
"name": "YYSocketKit",
"version": "0.3.0",
"summary": "A short description of YYSocketKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/guofeng123456/YYSocketKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guofeng123456": "1213685992@qq.com"
},
"source": {
"git": "https://github.com/guofeng123456/YYSocketKit.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"subspecs": [
{
"name": "Framework",
"source_files": "YYSocketKit/Classes/Framework/YYSocketIOKit.framework/Headers/*.{h}",
"vendored_frameworks": "YYSocketKit/Classes/Framework/*.framework"
}
]
}