[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 6 / 9 / PeakCoreData / 5.0.0 / PeakCoreData.podspec.json
blob5690bc9b0e7d6927016429600c09a1b5e1410280
2   "name": "PeakCoreData",
3   "version": "5.0.0",
4   "summary": "PeakCoreData is a Swift microframework providing enhancements and conveniences to Core Data. It is part of the Peak Framework.",
5   "homepage": "https://github.com/3squared/PeakCoreData",
6   "license": {
7     "type": "Custom",
8     "file": "LICENCE"
9   },
10   "authors": {
11     "David Yates": "david.yates@3squared.com",
12     "Sam Oakley": "sam.oakley@3squared.com",
13     "Ben Walker": "ben.walker@3squared.com"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/3squared/PeakCoreData.git",
18     "tag": "5.0.0"
19   },
20   "source_files": [
21     "PeakCoreData",
22     "PeakCoreData/Core/**/*.{h,m,swift}"
23   ],
24   "dependencies": {
25     "PeakOperation": [
27     ]
28   },
29   "swift_versions": "5.0",
30   "platforms": {
31     "ios": "11.0",
32     "tvos": "11.0",
33     "osx": "10.13"
34   },
35   "ios": {
36     "source_files": "PeakCoreData/Platforms/iOS/**/*.{h,m,swift}"
37   },
38   "tvos": {
39     "source_files": "PeakCoreData/Platforms/iOS/**/*.{h,m,swift}"
40   },
41   "osx": {
42     "source_files": "PeakCoreData/Platforms/macOS/**/*.{h,m,swift}"
43   },
44   "swift_version": "5.0"