[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / 7 / DryGoogle-iOS / 0.0.1 / DryGoogle-iOS.podspec.json
blob125bd6188325f6d3fd810b6ed5dc451892219680
2   "name": "DryGoogle-iOS",
3   "version": "0.0.1",
4   "summary": "DryGoogle-iOS",
5   "homepage": "https://github.com/duanruiying/DryGoogle-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "duanruiying": "2237840768@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/duanruiying/DryGoogle-iOS.git",
15     "tag": "0.0.1"
16   },
17   "description": "TODO: Google功能简化(登录、获取用户信息).",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "user_target_xcconfig": {
23     "OTHER_LDFLAGS": [
24       "-w"
25     ]
26   },
27   "static_framework": true,
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": [
30       "-w",
31       "-ObjC"
32     ]
33   },
34   "source_files": "DryGoogle-iOS/Classes/Code/**/*",
35   "public_header_files": "DryGoogle-iOS/Classes/Code/Public/**/*.h",
36   "libraries": "z",
37   "frameworks": [
38     "UIKit",
39     "Foundation"
40   ],
41   "dependencies": {
42     "GoogleSignIn": [
44     ]
45   }