blob: fb641e5f44d660e354498d90dfae7a1428d264b9 [file] [log] [blame]
{
"name": "OverTheEther",
"version": "0.3.2",
"summary": "Send data between iOS devices",
"description": "This library allows you to send any kind of data between iOS devices via Bluetooth or WiFi, without much hassle.",
"homepage": "https://github.com/JojoSc/OverTheEther",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JojoSc": "mail@jsap.net"
},
"source": {
"git": "https://github.com/JojoSc/OverTheEther.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OverTheEther/Classes/**/*",
"dependencies": {
"CocoaLumberjack/Swift": [
],
"CocoaAsyncSocket": [
],
"Parse": [
]
}
}