blob: 88a2f9afaee2073c7c84ebc083975f78b4946259 [file] [log] [blame]
{
"name": "DDPeerKit",
"version": "1.0.0",
"summary": "基于 MultipeerConnectivity 的二次封装",
"description": "基于 MultipeerConnectivity 的二次封装\n基于 MultipeerConnectivity 的二次封装",
"homepage": "https://github.com/DDKit/DDPeerKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanchanghe@gmail.com": "DDKit"
},
"source": {
"git": "https://github.com/DDKit/DDPeerKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "DDPeerKit/Classes/**/*",
"frameworks": [
"UIKit",
"MultipeerConnectivity"
]
}