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