[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 8 / STNetwork / 1.0.2 / STNetwork.podspec.json
blob6ecd88b9c77abbcb93758624dab762b09c1cae61
2   "name": "STNetwork",
3   "version": "1.0.2",
4   "summary": "network on iOS",
5   "homepage": "https://github.com/haivy/STNetwork",
6   "description": "It is a component for Network.",
7   "license": "MIT",
8   "authors": {
9     "qiang": "623057062@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/haivy/STNetwork.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "STNetwork/**/*.{h,m}",
19   "requires_arc": true,
20   "private_header_files": "STNetwork/YTKNetworkPrivate.h",
21   "frameworks": "CFNetwork",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ]
26   }