[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / d / f / EVCloudKitDao / 3.1.0 / EVCloudKitDao.podspec.json
blobabb0cacac288e0bdaf6709be08ff770d67cba63c
2   "name": "EVCloudKitDao",
3   "version": "3.1.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/Screenshot.png?raw=true",
9     "https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshot2.png?raw=true",
10     "https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshot3.PNG?raw=true",
11     "https://github.com/evermeer/EVCloudKitDao/blob/master/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   },
25   "source": {
26     "git": "https://github.com/evermeer/EVCloudKitDao.git",
27     "tag": "3.1.0"
28   },
29   "source_files": "AppMessage/AppMessage/CloudKit/*",
30   "frameworks": [
31     "Foundation",
32     "CloudKit"
33   ],
34   "ios": {
35     "frameworks": [
36       "Foundation",
37       "CloudKit"
38     ]
39   },
40   "osx": {
41     "frameworks": [
42       "Foundation",
43       "CloudKit"
44     ]
45   },
46   "tvos": {
47     "frameworks": [
48       "Foundation",
49       "CloudKit"
50     ]
51   },
52   "requires_arc": true,
53   "dependencies": {
54     "EVReflection": [
56     ]
57   },
58   "pushed_with_swift_version": "3.0"