[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / b / NetworkModule / 1.1.6 / NetworkModule.podspec.json
blob014f8192f947a58ef784f5e25dbbd6b37d5d072d
2   "name": "NetworkModule",
3   "version": "1.1.6",
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.1.6"
20   },
21   "source_files": "NetworkModule/NetworkModule/Network/**/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "Security"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.0"
31     ]
32   }