[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 7 / a / PJNetwork / 1.2.6 / PJNetwork.podspec.json
blob2185f3fed52a24114079196a321eb1fa02558b00
2   "name": "PJNetwork",
3   "version": "1.2.6",
4   "summary": "PJNetwork is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/coderWPJ",
6   "license": "MIT",
7   "authors": {
8     "WPJ": "331321408@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/coderWPJ/PJNetwork.git",
12     "tag": "1.2.6"
13   },
14   "source_files": "PJNetwork/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": "CFNetwork",
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Reachability",
28       "platforms": {
29         "ios": "7.0",
30         "osx": "10.9",
31         "tvos": "9.0"
32       },
33       "source_files": "PJNetwork/Reachability/*.{h,m}",
34       "public_header_files": "PJNetwork/Reachability/PJ_Reachability.h",
35       "frameworks": "SystemConfiguration"
36     }
37   ]