2 "name": "SinaWeiboSDKV",
4 "summary": "需要用到Sina WeiboSDK的某些特定版本,所以做了个Pod上来,方便自己管理版本",
5 "description": "This pod is used who want to use Sina WeiboSDK for some specified version with podfile.",
6 "authors": "https://github.com/sinaweibosdk",
7 "homepage": "https://github.com/sinaweibosdk",
15 "requires_arc": false,
17 "git": "https://github.com/crazyhf/SinaWeiboSDKV.git",
20 "resources": "libWeiboSDK/WeiboSDK.bundle",
21 "source_files": "libWeiboSDK/**/*.h",
22 "preserve_paths": "libWeiboSDK/libWeiboSDK.a",
23 "vendored_libraries": "libWeiboSDK/libWeiboSDK.a",
24 "public_header_files": "libWeiboSDK/**/*.h",
26 "OTHER_LDFLAGS": "$(inherited) -lz -lsqlite3 -framework \"UIKit\" -framework \"ImageIO\" -framework \"CoreText\" -framework \"Security\" -framework \"Foundation\" -framework \"QuartzCore\" -framework \"CoreGraphics\" -framework \"CoreTelephony\" -framework \"SystemConfiguration\""