blob: 48883425228fe8c01f8f3c203497708d86d421ba [file] [log] [blame]
{
"name": "SmartMultipeer",
"version": "1.0",
"summary": "Multipeer Connectivity for iOS Devices with Acknowlegement",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"description": "Smart Multipeer Connectivity designed with acknowledgment facility that includes the time of delivery with the id of data sent. You can set primary id of your model which you want to sync",
"homepage": "https://github.com/ajsagar92/SmartMultipeer",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"authors": {
"Ajay Sagar Parwani": "ajay.sagar92@gmail.com"
},
"source": {
"git": "https://github.com/ajsagar92/SmartMultipeer.git",
"tag": "1.0"
},
"source_files": "SmartMultipeer/**/*.{swift}",
"dependencies": {
"RealmSwift": [
]
}
}