[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 8 / LXMThirdLoginManager / 2.4.0 / LXMThirdLoginManager.podspec.json
blob0046482f10357bea18f5ec6210df9918cc0309aa
2   "name": "LXMThirdLoginManager",
3   "version": "2.4.0",
4   "summary": "两行代码集成第三方登录.",
5   "description": "利用cocoaPods完成集成第三方登录的配置,就是添加各种依赖库和linkFlag,使集成第三方登录变成一两句代码的事。",
6   "homepage": "https://github.com/Phelthas/LXMThirdLoginManager",
7   "license": "MIT",
8   "authors": {
9     "Phelthas": "billthas@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Phelthas/LXMThirdLoginManager.git",
16     "tag": "2.4.0"
17   },
18   "resources": "LXMThirdLoginManager/**/*.{bundle}",
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "LXMThirdLoginManager",
26         "LXMThirdLoginManager/**/*.{h,m}"
27       ],
28       "frameworks": [
29         "Photos",
30         "Foundation",
31         "UIKit",
32         "CoreGraphics",
33         "CoreText",
34         "CoreTelephony",
35         "Security",
36         "ImageIO",
37         "QuartzCore",
38         "SystemConfiguration"
39       ],
40       "libraries": [
41         "stdc++",
42         "sqlite3",
43         "iconv",
44         "c++",
45         "sqlite3.0",
46         "z"
47       ],
48       "vendored_libraries": "LXMThirdLoginManager/**/*.{a}",
49       "vendored_frameworks": "LXMThirdLoginManager/**/*.{framework}"
50     },
51     {
52       "name": "SwiftSetting",
53       "source_files": "ReadMe/*.{h,m}",
54       "frameworks": [
55         "Photos",
56         "Foundation",
57         "UIKit",
58         "CoreGraphics",
59         "CoreText",
60         "CoreTelephony",
61         "Security",
62         "ImageIO",
63         "QuartzCore",
64         "SystemConfiguration"
65       ],
66       "libraries": [
67         "stdc++",
68         "sqlite3",
69         "iconv",
70         "c++",
71         "sqlite3.0",
72         "z"
73       ],
74       "user_target_xcconfig": {
75         "OTHER_LDFLAGS": "-l\"stdc++\" -l\"sqlite3\" -l\"iconv\" -l\"c++\" -l\"sqlite3.0\" -l\"z\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"CoreTelephony\" -framework \"Security\" -framework \"ImageIO\" -framework \"QuartzCore\" -framework \"SystemConfiguration\" -framework \"Photos\" "
76       }
77     }
78   ]