blob: a1d3617f65f2a499c6275fc8ecdbb6bff8235e3f [file] [log] [blame]
{
"name": "LXMThirdLoginManager",
"version": "2.3.0",
"summary": "两行代码集成第三方登录.",
"description": "利用cocoaPods完成集成第三方登录的配置,就是添加各种依赖库和linkFlag,使集成第三方登录变成一两句代码的事。",
"homepage": "https://github.com/Phelthas/LXMThirdLoginManager",
"license": "MIT",
"authors": {
"Phelthas": "billthas@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Phelthas/LXMThirdLoginManager.git",
"tag": "2.3.0"
},
"resources": "LXMThirdLoginManager/**/*.{bundle}",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"LXMThirdLoginManager",
"LXMThirdLoginManager/**/*.{h,m}"
],
"frameworks": [
"Photos",
"Foundation",
"UIKit",
"CoreGraphics",
"CoreText",
"CoreTelephony",
"Security",
"ImageIO",
"QuartzCore",
"SystemConfiguration"
],
"libraries": [
"stdc++",
"sqlite3",
"iconv",
"c++",
"sqlite3.0",
"z"
],
"vendored_libraries": "LXMThirdLoginManager/**/*.{a}",
"vendored_frameworks": "LXMThirdLoginManager/**/*.{framework}"
},
{
"name": "SwiftSetting",
"source_files": "ReadMe/*.{h,m}",
"frameworks": [
"Photos",
"Foundation",
"UIKit",
"CoreGraphics",
"CoreText",
"CoreTelephony",
"Security",
"ImageIO",
"QuartzCore",
"SystemConfiguration"
],
"libraries": [
"stdc++",
"sqlite3",
"iconv",
"c++",
"sqlite3.0",
"z"
],
"user_target_xcconfig": {
"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\" "
}
}
]
}