[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 1 / 8 / PeakNetwork / 6.0.0 / PeakNetwork.podspec.json
blob0bb855b06d6178a476ed93f609fff608b194d901
2   "name": "PeakNetwork",
3   "version": "6.0.0",
4   "summary": "A collection of classes to aid performing network operations.",
5   "homepage": "https://github.com/3squared/PeakNetwork",
6   "license": {
7     "type": "Custom",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Sam Oakley": "sam.oakley@3squared.com"
12   },
13   "platforms": {
14     "ios": "10.0",
15     "tvos": "10.0",
16     "osx": "10.13"
17   },
18   "source": {
19     "git": "https://github.com/3squared/PeakNetwork.git",
20     "tag": "6.0.0"
21   },
22   "source_files": [
23     "PeakNetwork",
24     "PeakNetwork/Core/**/*.{h,m,swift}"
25   ],
26   "dependencies": {
27     "PeakOperation": [
29     ]
30   },
31   "swift_version": "5.0",
32   "ios": {
33     "source_files": "PeakNetwork/Platforms/iOS/**/*.{h,m,swift}"
34   },
35   "tvos": {
36     "source_files": "PeakNetwork/Platforms/iOS/**/*.{h,m,swift}"
37   },
38   "osx": {
39     "source_files": "PeakNetwork/Platforms/macOS/**/*.{h,m,swift}"
40   }