[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / 1 / d / 9 / WHNetwork / 2.0.0 / WHNetwork.podspec.json
blobaf5b2f21d7efd8911bfc4e1b1a1cfbe3d7dc23fc
2   "name": "WHNetwork",
3   "version": "2.0.0",
4   "summary": "Simple function to use AFNetworking.",
5   "homepage": "https://github.com/remember17/WHNetwork",
6   "license": "MIT",
7   "authors": {
8     "wuhao": "503007958@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/remember17/WHNetwork.git",
15     "tag": "2.0.0"
16   },
17   "source_files": [
18     "WHNetwork",
19     "WHNetwork/*.{h,m}"
20   ],
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }