4 "summary": "A peer-to-peer synchronization framework for Core Data.",
5 "description": "Ensembles extends Apple's Core Data framework to add \npeer-to-peer synchronization for Mac OS and iOS. \nMultiple SQLite persistent stores can be coupled together \nvia a file synchronization platform like iCloud or Dropbox. \nThe framework can be readily extended to support any \nservice capable of moving files between devices, including \ncustom servers.",
6 "homepage": "https://github.com/drewmccormack/ensembles",
12 "Drew McCormack": "drewmccormack@mac.com"
19 "git": "https://github.com/drewmccormack/ensembles.git",
23 "default_subspecs": "Core",
27 "source_files": "Framework/**/*.{h,m}",
30 "Framework/Extensions/**/*.{h,m}"
32 "resources": "Framework/Resources/*",
33 "frameworks": "CoreData"
56 "source_files": "Framework/Extensions/CDEDropboxCloudFileSystem.{h,m}"
68 "frameworks": "MultipeerConnectivity",
69 "source_files": "Framework/Extensions/CDEMultipeerCloudFileSystem.{h,m}"
78 "source_files": "Framework/Extensions/CDENodeCloudFileSystem.{h,m}"