[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 7 / a / PJNetwork / 0.0.5 / PJNetwork.podspec.json
blobe59a21947697f0f7f9d8030bb79c68da148a80b7
2   "name": "PJNetwork",
3   "version": "0.0.5",
4   "summary": "PJNetwork is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/coderWPJ",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "WPJ": "331321408@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/coderWPJ/PJNetwork.git",
15     "tag": "0.0.5"
16   },
17   "source_files": "PJNetwork/*.{h,m}",
18   "requires_arc": true,
19   "private_header_files": "PJNetwork/PJNetwork.h",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "frameworks": "CFNetwork",
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.0"
30     ]
31   }