[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 6 / 5 / c / UBNetworking / 1.3 / UBNetworking.podspec.json
blobdc2b78c358a906c50357a7e92be7bddfec5b9c4b
2   "name": "UBNetworking",
3   "version": "1.3",
4   "summary": "封装了 网络请求 af3.0",
5   "description": "A tool for URL Request base on AFNetworking",
6   "homepage": "https://github.com/Crazysiri/UBNetworking.git",
7   "license": "MIT",
8   "authors": {
9     "Uber": "511121933@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Crazysiri/UBNetworking.git",
16     "tag": "1.3"
17   },
18   "source_files": [
19     "UBNetworking/Catergory/*.{h,m}",
20     "UBNetworking/download/*.{h,m}",
21     "UBNetworking/*.{h,m}"
22   ],
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.2.0"
26     ]
27   }