blob: 19bc6441412b29950b70b6ef81b561e53fe3cdb2 [file] [log] [blame]
{
"name": "ALBPeerConnection",
"version": "3.0.2",
"summary": "Peer-Peer networking classes written (mostly) in Swift",
"homepage": "https://github.com/AaronBratcher/ALBPeerConnection",
"license": "MIT",
"authors": {
"Aaron Bratcher": "aaronbratcher1@gmail.com"
},
"social_media_url": "http://twitter.com/AaronLBratcher",
"platforms": {
"osx": "10.12",
"ios": "10.0"
},
"source": {
"git": "https://github.com/AaronBratcher/ALBPeerConnection.git",
"tag": "3.0.2"
},
"swift_versions": "5.0",
"ios": {
"source_files": [
"ALBPeerConnection",
"ALBPeerConnection/ALBPeerConnection/**/*.{h,m,swift}"
]
},
"osx": {
"source_files": [
"ALBPeerConnection",
"ALBPeerConnection/ALBPeerConnection/**/*.{h,m,swift}"
]
},
"dependencies": {
"CocoaAsyncSocket": [
]
}
}