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