[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 8 / LXMThirdLoginManager / 1.2.0 / LXMThirdLoginManager.podspec.json
blob5a5729666924b59fb181a17cf8c86821e01ab48d
2   "name": "LXMThirdLoginManager",
3   "version": "1.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": "1.2.0"
17   },
18   "source_files": [
19     "LXMThirdLoginManager",
20     "LXMThirdLoginManager/**/*.{h,m}"
21   ],
22   "resources": "LXMThirdLoginManager/**/*.{bundle}",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreGraphics",
27     "CoreText",
28     "CoreTelephony",
29     "Security",
30     "ImageIO",
31     "QuartzCore",
32     "SystemConfiguration"
33   ],
34   "libraries": [
35     "stdc++",
36     "sqlite3",
37     "iconv",
38     "c++",
39     "sqlite3.0",
40     "z"
41   ],
42   "vendored_libraries": "LXMThirdLoginManager/**/*.{a}",
43   "vendored_frameworks": "LXMThirdLoginManager/**/*.{framework}",
44   "requires_arc": true