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",
24 "default_subspecs": "Core",
28 "source_files": "Framework/**/*.{h,m}",
31 "Framework/Extensions/**/*.{h,m}"
33 "resources": "Framework/Resources/*",
34 "frameworks": "CoreData"
58 "Framework/Extensions/CDEDropboxCloudFileSystem.{h,m}",
59 "Vendor/DropboxSDK/DropboxSDK/Classes/**/*.h"
69 "source_files": "Framework/Extensions/CDENodeCloudFileSystem.{h,m}"