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