[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / 3 / SJNetwork / 1.0.0 / SJNetwork.podspec.json
blobef61923e6118cc14e5822912c9d3795804bd3281
2   "name": "SJNetwork",
3   "version": "1.0.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.0.0"
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   }