[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / e / 3 / SJNetwork / 1.0.1 / SJNetwork.podspec.json
blob707ac1b7393388282a2c01a919b0963cf72892f0
2   "name": "SJNetwork",
3   "version": "1.0.1",
4   "summary": "SJNetwork is a high level network request tool based on AFNetworking.",
5   "homepage": "https://github.com/knightsj/SJNetwork",
6   "license": "MIT",
7   "authors": {
8     "Sun Shijie": "ssjlife0111@163.com"
9   },
10   "source": {
11     "git": "https://github.com/knightsj/SJNetwork.git",
12     "tag": "1.0.1"
13   },
14   "source_files": "SJNetwork/SJNetworkHeader.h",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0"
18   },
19   "frameworks": "UIKit",
20   "public_header_files": "SJNetwork/SJNetworkHeader.h",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.0"
24     ]
25   }