[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 7 / a / PJNetwork / 1.2.8 / PJNetwork.podspec.json
blob84d3ade2146661c64aba009881fb1be35bbf1d8c
2   "name": "PJNetwork",
3   "version": "1.2.8",
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.8"
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   ]