[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / f / 5 / 7 / THNetworking / 0.0.1 / THNetworking.podspec.json
blob4c65d70eaf06abfe61dd7b17819c060011d663ff
2   "name": "THNetworking",
3   "version": "0.0.1",
4   "summary": "基于AFN封装的网络层",
5   "description": "基于AFN封装的网络层......",
6   "homepage": "http://gitlab.taihe.site/tuhao/thnetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "涂浩": "tuhao@taihe.com"
13   },
14   "source": {
15     "git": "http://gitlab.taihe.site/tuhao/thnetworking.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NetworkingHelper/Networking/**/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ]
26   }