[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / d / f / EVCloudKitDao / 2.0.0 / EVCloudKitDao.podspec.json
blob16f07cf5d4febd5c6dc006245e68058dc512a9fe
2   "name": "EVCloudKitDao",
3   "version": "2.0.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": "evermeer",
18   "social_media_url": "http://twitter.com/evermeer",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source": {
23     "git": "https://github.com/evermeer/EVCloudKitDao.git",
24     "tag": "2.0.0"
25   },
26   "source_files": "AppMessage/AppMessage/CloudKit/*",
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "CloudKit"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "SwiftTryCatch": [
36     ],
37     "EVReflection": [
39     ]
40   }