blob: 80fb12d15f2f9e5f6aed5bb19d93290af67a88a1 [file] [log] [blame]
{
"name": "ALBPeerConnection",
"version": "3.0",
"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": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AaronBratcher/ALBPeerConnection.git",
"tag": "3.0"
},
"source_files": [
"ALBPeerConnection",
"ALBPeerConnection/ALBPeerConnection/**/*.{h,m,swift}"
],
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5"
]
},
"pushed_with_swift_version": "3.0"
}