blob: 9c0e5f02d9da01f9322eaa50beb12969237070c2 [file] [log] [blame]
{
"name": "TABCommunicate",
"version": "0.1.4",
"summary": "Send and recieve objects of a certain Type between devices",
"description": "Uses mulitpeer connectivity to send an object back and forth between iOS and Mac devices.",
"homepage": "https://github.com/theappbusiness/TABCommunicate#tabcommunicatable",
"license": "MIT",
"authors": {
"Neil": "neil.horton@theappbusiness.com"
},
"source": {
"git": "https://github.com/theappbusiness/TABCommunicate.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TABCommunicate": [
"Pod/Assets/*.png"
]
}
}