[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / f / 6 / 9 / PeakCoreData / 4.0.0 / PeakCoreData.podspec.json
blob7729b94e0e9b0740a0b4be75d83074c5a37dbc73
2   "name": "PeakCoreData",
3   "version": "4.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     "Ben Walker": "ben.walker@3squared.com"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/3squared/PeakCoreData.git",
17     "tag": "4.0.0"
18   },
19   "source_files": [
20     "PeakCoreData",
21     "PeakCoreData/Core/**/*.{h,m,swift}"
22   ],
23   "dependencies": {
24     "PeakOperation": [
26     ]
27   },
28   "swift_versions": "5.0",
29   "platforms": {
30     "ios": "10.0",
31     "tvos": "10.0",
32     "osx": "10.13"
33   },
34   "ios": {
35     "source_files": "PeakCoreData/Platforms/iOS/**/*.{h,m,swift}"
36   },
37   "tvos": {
38     "source_files": "PeakCoreData/Platforms/iOS/**/*.{h,m,swift}"
39   },
40   "osx": {
41     "source_files": "PeakCoreData/Platforms/macOS/**/*.{h,m,swift}"
42   },
43   "swift_version": "5.0"