[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / d / f / EVCloudKitDao / 2.9.3 / EVCloudKitDao.podspec.json
blobb04f913129056fb79fc185639aa092871da3af68
2   "name": "EVCloudKitDao",
3   "version": "2.9.3",
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": "evermeer",
18   "social_media_url": "http://twitter.com/evermeer",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0"
23   },
24   "source": {
25     "git": "https://github.com/evermeer/EVCloudKitDao.git",
26     "tag": "2.9.3"
27   },
28   "source_files": "AppMessage/AppMessage/CloudKit/*",
29   "frameworks": [
30     "Foundation",
31     "CloudKit"
32   ],
33   "ios": {
34     "frameworks": [
35       "Foundation",
36       "CloudKit"
37     ]
38   },
39   "osx": {
40     "frameworks": [
41       "Foundation",
42       "CloudKit"
43     ]
44   },
45   "tvos": {
46     "frameworks": [
47       "Foundation",
48       "CloudKit"
49     ]
50   },
51   "requires_arc": true,
52   "dependencies": {
53     "EVReflection": [
55     ]
56   }