blob: 916b3ebeff3202bd5ed80d06b2b8c8a87b621efc [file] [log] [blame]
{
"name": "LXMThirdLoginManager",
"version": "2.0.1",
"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.0.1"
},
"source_files": [
"LXMThirdLoginManager",
"LXMThirdLoginManager/**/*.{h,m}"
],
"resources": "LXMThirdLoginManager/**/*.{bundle}",
"frameworks": [
"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}",
"requires_arc": true
}