[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / d / f / EVCloudKitDao / 3.6.1 / EVCloudKitDao.podspec.json
blobcee138a90eda8681af4911ff44b5c4aaf42b73fc
2   "name": "EVCloudKitDao",
3   "version": "3.6.1",
4   "summary": "iOS: Simplified access to Apple’s CloudKit",
5   "description": "Simplified access to Apple’s CloudKit using reflection and generics",
6   "homepage": "https://github.com/evermeer/EVCloudKitDao",
7   "screenshots": [
8     "https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshots/Screenshot.png?raw=true",
9     "https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshots/Screenshot2.png?raw=true",
10     "https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshots/Screenshot3.PNG?raw=true",
11     "https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshots/Screenshot4.PNG?raw=true"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Edwin Vermeer": "edwin@evict.nl"
19   },
20   "social_media_url": "http://twitter.com/evermeer",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.11",
24     "tvos": "9.0"
25   },
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "5.0"
28   },
29   "swift_versions": [
30     "5.0"
31   ],
32   "source": {
33     "git": "https://github.com/evermeer/EVCloudKitDao.git",
34     "tag": "3.6.1"
35   },
36   "source_files": "Source/*",
37   "frameworks": [
38     "Foundation",
39     "CloudKit"
40   ],
41   "ios": {
42     "frameworks": [
43       "Foundation",
44       "CloudKit"
45     ]
46   },
47   "osx": {
48     "frameworks": [
49       "Foundation",
50       "CloudKit"
51     ]
52   },
53   "tvos": {
54     "frameworks": [
55       "Foundation",
56       "CloudKit"
57     ]
58   },
59   "dependencies": {
60     "EVReflection/CloudKit": [
62     ]
63   }