[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / c / Ensembles / 0.1.0 / Ensembles.podspec.json
bloba16e07603b6dd7d0a7b5d12caebead76449c8d74
2   "name": "Ensembles",
3   "version": "0.1.0",
4   "summary": "A peer-to-peer synchronization framework for Core Data.",
5   "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",
6   "homepage": "https://github.com/drewmccormack/ensembles",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE.txt"
10   },
11   "authors": {
12     "Drew McCormack": "drewmccormack@mac.com"
13   },
14   "platforms": {
15     "osx": "10.9",
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/drewmccormack/ensembles.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "Framework/**/*.{h,m}",
23   "exclude_files": "Framework/Tests (Mac)",
24   "resources": "Framework/Resources/*",
25   "requires_arc": true