[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / c / Ensembles / 1.4.3 / Ensembles.podspec.json
blob6d869e23cc5a5fdc288097d6963b49cd1cf4f63f
2   "name": "Ensembles",
3   "version": "1.4.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE.txt"
10   },
11   "authors": {
12     "Drew McCormack": "drewmccormack@mac.com"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/drewmccormack/ensembles.git",
20     "tag": "1.4.3"
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": "Dropbox",
37       "dependencies": {
38         "Ensembles/Core": [
40         ]
41       },
42       "ios": {
43         "dependencies": {
44           "Dropbox-iOS-SDK": [
46           ]
47         }
48       },
49       "osx": {
50         "dependencies": {
51           "Dropbox-OSX-SDK": [
53           ]
54         }
55       },
56       "source_files": "Framework/Extensions/CDEDropboxCloudFileSystem.{h,m}"
57     },
58     {
59       "name": "Multipeer",
60       "dependencies": {
61         "Ensembles/Core": [
63         ],
64         "SSZipArchive": [
66         ]
67       },
68       "frameworks": "MultipeerConnectivity",
69       "source_files": "Framework/Extensions/CDEMultipeerCloudFileSystem.{h,m}"
70     },
71     {
72       "name": "Node",
73       "dependencies": {
74         "Ensembles/Core": [
76         ]
77       },
78       "source_files": "Framework/Extensions/CDENodeCloudFileSystem.{h,m}"
79     }
80   ]