[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / 1 / 8 / LXMThirdLoginManager / 2.2.0 / LXMThirdLoginManager.podspec.json
blobddb25ecfe31dcdb2b4c494fd8ee9303d10eb3b3c
2   "name": "LXMThirdLoginManager",
3   "version": "2.2.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.2.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         "Foundation",
30         "UIKit",
31         "CoreGraphics",
32         "CoreText",
33         "CoreTelephony",
34         "Security",
35         "ImageIO",
36         "QuartzCore",
37         "SystemConfiguration"
38       ],
39       "libraries": [
40         "stdc++",
41         "sqlite3",
42         "iconv",
43         "c++",
44         "sqlite3.0",
45         "z"
46       ],
47       "vendored_libraries": "LXMThirdLoginManager/**/*.{a}",
48       "vendored_frameworks": "LXMThirdLoginManager/**/*.{framework}"
49     },
50     {
51       "name": "SwiftSetting",
52       "source_files": "ReadMe/*.{h,m}",
53       "frameworks": [
54         "Foundation",
55         "UIKit",
56         "CoreGraphics",
57         "CoreText",
58         "CoreTelephony",
59         "Security",
60         "ImageIO",
61         "QuartzCore",
62         "SystemConfiguration"
63       ],
64       "libraries": [
65         "stdc++",
66         "sqlite3",
67         "iconv",
68         "c++",
69         "sqlite3.0",
70         "z"
71       ],
72       "user_target_xcconfig": {
73         "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\" "
74       }
75     }
76   ]