[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 0 / c / PKNetwork / 2.0.3 / PKNetwork.podspec.json
blob7752e701d039216ece0163ca71e16cc4befabd56
2   "name": "PKNetwork",
3   "version": "2.0.3",
4   "summary": "PKNetwork is a framwork for network calls",
5   "description": "PKNetwork is a framework for handling the networking of your app",
6   "homepage": "https://github.com/panoskob91/PKNetwork.git",
7   "license": {
8     "type": "MIT",
9     "file": "MIT_LICENCE.txt"
10   },
11   "authors": {
12     "Panagiotis  Kompotis": "panoskob91@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0",
16     "osx": "10.15"
17   },
18   "source": {
19     "git": "https://github.com/panoskob91/PKNetwork.git",
20     "tag": "v2.0.3"
21   },
22   "source_files": "Shared/*.{h,m}",
23   "ios": {
24     "source_files": "*.{h,m}"
25   },
26   "osx": {
27     "source_files": "PKNetwork MacOS/*.{h,m}"
28   }