blob: a16e07603b6dd7d0a7b5d12caebead76449c8d74 [file] [log] [blame]
{
"name": "Ensembles",
"version": "0.1.0",
"summary": "A peer-to-peer synchronization framework for Core Data.",
"description": " \t\t Ensembles extends Apple's Core Data framework to add \n peer-to-peer synchronization for Mac OS and iOS. \n Multiple SQLite persistent stores can be coupled together \n via a file synchronization platform like iCloud or Dropbox. \n The framework can be readily extended to support any \n service capable of moving files between devices, including \n custom servers.\n",
"homepage": "https://github.com/drewmccormack/ensembles",
"license": {
"type": "MIT",
"file": "LICENCE.txt"
},
"authors": {
"Drew McCormack": "drewmccormack@mac.com"
},
"platforms": {
"osx": "10.9",
"ios": "7.0"
},
"source": {
"git": "https://github.com/drewmccormack/ensembles.git",
"tag": "0.1.0"
},
"source_files": "Framework/**/*.{h,m}",
"exclude_files": "Framework/Tests (Mac)",
"resources": "Framework/Resources/*",
"requires_arc": true
}