blob: 8d26b777a71b4098667cf88b4865c23ed252aef4 [file] [log] [blame]
{
"name": "LXSocialManager",
"version": "1.0.7",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "LXSocialManager for Cocoapods convenience.",
"description": "LXSocialManager is a opensource Social SDK for iOS.",
"homepage": "https://github.com/811400344/LXSocialManager",
"authors": {
"李响": "lx0330@vip.qq.com"
},
"source": {
"git": "https://github.com/811400344/LXSocialManager.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LXSocialManager/**/*.{h}",
"public_header_files": [
"LXSocialManager/include/*.h"
],
"vendored_libraries": [
"LXSocialManager/lib/libLXSocialManager.a"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
]
}