[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / c / Ensembles / 1.0 / Ensembles.podspec.json
blob53cd7a2e1b3fe61250f4666a23de41c0d04b86ab
2   "name": "Ensembles",
3   "version": "1.0",
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",
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.0",
21     "submodules": true
22   },
23   "requires_arc": true,
24   "default_subspecs": [
25     "Core"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Framework/**/*.{h,m}",
31       "exclude_files": [
32         "Framework/Tests",
33         "Framework/Extensions/**/*.{h,m}"
34       ],
35       "resources": "Framework/Resources/*",
36       "frameworks": "CoreData"
37     },
38     {
39       "name": "Dropbox",
40       "dependencies": {
41         "Ensembles/Core": [
43         ]
44       },
45       "ios": {
46         "dependencies": {
47           "Dropbox-iOS-SDK": [
49           ]
50         }
51       },
52       "osx": {
53         "dependencies": {
54           "Dropbox-OSX-SDK": [
56           ]
57         }
58       },
59       "source_files": [
60         "Framework/Extensions/CDEDropboxCloudFileSystem.{h,m}",
61         "Vendor/DropboxSDK/DropboxSDK/Classes/**/*.h"
62       ]
63     },
64     {
65       "name": "Node",
66       "dependencies": {
67         "Ensembles/Core": [
69         ]
70       },
71       "source_files": "Framework/Extensions/CDENodeCloudFileSystem.{h,m}"
72     }
73   ]