[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / e / 3 / SJNetwork / 1.2.0 / SJNetwork.podspec.json
blob25ae7bac48bae9571ed673fbfc972ab8da74a353
2   "name": "SJNetwork",
3   "version": "1.2.0",
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.2.0"
13   },
14   "source_files": "SJNetwork/**/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": "UIKit",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.0"
23     ]
24   }