[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / b / NetworkModule / 1.0.2 / NetworkModule.podspec.json
blob61e1f000d9ba76f0ca1dc89d419d18436572e1eb
2   "name": "NetworkModule",
3   "version": "1.0.2",
4   "summary": "这是一个网络请求库,将AFNetworking封装成单例类",
5   "description": "这是一个网络请求库,将AFNetworking封装成单例类,使用方便简单。",
6   "homepage": "https://github.com/zhangguozhong/NetworkModule.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangguozhong": "494316382@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangguozhong/NetworkModule.git",
19     "tag": "1.0.2"
20   },
21   "source_files": [
22     "NetworkModule/NetworkModule",
23     "NetworkModule/NetworkModule/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "dependencies": {
31     "AFNetworking": [
32       "~> 3.0"
33     ]
34   }