[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / c / Ensembles / 1.10 / Ensembles.podspec.json
blobe803c4cce1dbe74c39812e9528c15648ba5f2aef
2   "name": "Ensembles",
3   "version": "1.10",
4   "summary": "A peer-to-peer synchronization framework for Core Data.",
5   "description": "Ensembles extends Apple's Core Data framework to add \nsynchronization 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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE.txt"
10   },
11   "authors": {
12     "Drew McCormack": "drewmccormack@mac.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/drewmccormack/ensembles.git",
20     "tag": "1.10"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Framework/**/*.{h,m}",
28       "exclude_files": [
29         "Framework/Tests",
30         "Framework/Extensions/**/*.{h,m}"
31       ],
32       "resources": "Framework/Resources/*",
33       "frameworks": "CoreData"
34     },
35     {
36       "name": "DropboxV2",
37       "platforms": {
38         "ios": "9.0",
39         "osx": "10.10"
40       },
41       "dependencies": {
42         "Ensembles/Core": [
44         ],
45         "ObjectiveDropboxOfficial": [
46           "6.2.3"
47         ]
48       },
49       "source_files": "Framework/Extensions/CDEDropboxV2CloudFileSystem.{h,m}"
50     },
51     {
52       "name": "Multipeer",
53       "dependencies": {
54         "Ensembles/Core": [
56         ],
57         "SSZipArchive": [
59         ]
60       },
61       "frameworks": "MultipeerConnectivity",
62       "source_files": "Framework/Extensions/CDEMultipeerCloudFileSystem.{h,m}"
63     }
64   ]