4 "summary": "A peer-to-peer synchronization framework for Core Data.",
5 "description": " 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",
6 "homepage": "https://github.com/drewmccormack/ensembles",
12 "Drew McCormack": "drewmccormack@mac.com"
19 "git": "https://github.com/drewmccormack/ensembles.git",
30 "source_files": "Framework/**/*.{h,m}",
33 "Framework/Extensions/**/*.{h,m}"
35 "resources": "Framework/Resources/*",
36 "frameworks": "CoreData"
60 "Framework/Extensions/CDEDropboxCloudFileSystem.{h,m}",
61 "Vendor/DropboxSDK/DropboxSDK/Classes/**/*.h"
71 "source_files": "Framework/Extensions/CDENodeCloudFileSystem.{h,m}"