[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / e / 7 / a / PJNetwork / 0.0.7 / PJNetwork.podspec.json
bloba081f535736085c4dfd8514c1df80d5a849d0ff0
2   "name": "PJNetwork",
3   "version": "0.0.7",
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": "0.0.7"
13   },
14   "source_files": "PJNetwork/*.{h,m}",
15   "requires_arc": true,
16   "private_header_files": "PJNetwork/PJNetwork.h",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "frameworks": "CFNetwork",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   }