blob: 3bebc4416ac32353379c483fe017312c224997bb [file] [log] [blame]
{
"name": "LXMThirdLoginManager",
"version": "1.0.0",
"summary": "两行代码集成第三方登录.",
"description": "\t\t利用cocoaPods完成集成第三方登录的配置,就是添加各种依赖库和linkFlag,使集成第三方登录变成一两句代码的事。\n",
"homepage": "https://github.com/Phelthas/LXMThirdLoginManager",
"license": "MIT",
"authors": {
"Phelthas": "billthas@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Phelthas/LXMThirdLoginManager.git",
"tag": "1.0.0"
},
"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
}