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