[Add] DocumentReaderFullAuthRFIDNightly 7.6.11079
[CocoaPods.git] / Specs / 9 / f / c / JHNetworkModule / 0.4.5 / JHNetworkModule.podspec.json
blob9ae2ad6c3aeb2a3765a6416861dc4c96142da75a
2   "name": "JHNetworkModule",
3   "version": "0.4.5",
4   "summary": "网络请求组件.",
5   "description": "可单独使用也可以搭配JHNetworkConfig.",
6   "homepage": "https://github.com/jackiehu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HU": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/JHNetworkModule.git",
16     "tag": "0.4.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "JHNetworkModule/JHNetworkModule/Class/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
30     ],
31     "YYModel": [
33     ]
34   }