[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / c / 3 / 2 / GofNetworkingLib / 0.0.1 / GofNetworkingLib.podspec.json
blob34ef9ef33db7fd8e2ec62286c15071c9652759be
2   "name": "GofNetworkingLib",
3   "version": "0.0.1",
4   "summary": "网络库",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "LeeGof": "ligfufida@gmail.com"
11   },
12   "homepage": "hhttps://github.com/LeeGof/GofNetworkingLib.git",
13   "description": "网络静态库",
14   "frameworks": [
15     "Foundation",
16     "UIKit"
17   ],
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/LeeGof/GofNetworkingLib.git",
21     "tag": "0.0.1"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "vendored_frameworks": "GofNetworkingLib/GofNetworking.framework",
27   "source_files": "GofNetworking/*.h",
28   "dependencies": {
29     "AFNetworking": [
30       "3.2.1"
31     ]
32   }