[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / d / f / EVCloudKitDao / 3.4.0 / EVCloudKitDao.podspec.json
blob701f30ca52c68be7d8218106b6e4c9f221d039f3
2   "name": "EVCloudKitDao",
3   "version": "3.4.0",
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": "9.0",
23     "osx": "10.11",
24     "tvos": "9.0"
25   },
26   "source": {
27     "git": "https://github.com/evermeer/EVCloudKitDao.git",
28     "tag": "3.4.0"
29   },
30   "source_files": "Source/*",
31   "frameworks": [
32     "Foundation",
33     "CloudKit"
34   ],
35   "ios": {
36     "frameworks": [
37       "Foundation",
38       "CloudKit"
39     ]
40   },
41   "osx": {
42     "frameworks": [
43       "Foundation",
44       "CloudKit"
45     ]
46   },
47   "tvos": {
48     "frameworks": [
49       "Foundation",
50       "CloudKit"
51     ]
52   },
53   "dependencies": {
54     "EVReflection/CloudKit": [
56     ]
57   },
58   "pushed_with_swift_version": "3.0"