[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / d / f / EVCloudKitDao / 2.8.6 / EVCloudKitDao.podspec.json
blob7b9d5b1e5d5c20b890547fec84af3892f381f375
2   "name": "EVCloudKitDao",
3   "version": "2.8.6",
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   },
23   "source": {
24     "git": "https://github.com/evermeer/EVCloudKitDao.git",
25     "tag": "2.8.6"
26   },
27   "source_files": "AppMessage/AppMessage/CloudKit/*",
28   "frameworks": [
29     "Foundation",
30     "CloudKit"
31   ],
32   "ios": {
33     "frameworks": [
34       "Foundation",
35       "CloudKit"
36     ]
37   },
38   "osx": {
39     "frameworks": [
40       "Foundation",
41       "CloudKit"
42     ]
43   },
44   "requires_arc": true,
45   "dependencies": {
46     "EVReflection": [
48     ]
49   }