[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / f / 6 / 3 / SinaWeiboSDKV / 3.1.4 / SinaWeiboSDKV.podspec.json
blobc4e3d0974884eda4947d21da8eb6914af484169d
2   "name": "SinaWeiboSDKV",
3   "version": "3.1.4",
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",
8   "license": {
9     "type": "LGPL",
10     "file": "LICENSE"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "requires_arc": false,
16   "source": {
17     "git": "https://github.com/crazyhf/SinaWeiboSDKV.git",
18     "tag": "v3.1.4"
19   },
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",
25   "xcconfig": {
26     "OTHER_LDFLAGS": "$(inherited) -lz -lsqlite3 -framework \"UIKit\" -framework \"ImageIO\" -framework \"CoreText\" -framework \"Security\" -framework \"Foundation\" -framework \"QuartzCore\" -framework \"CoreGraphics\" -framework \"CoreTelephony\" -framework \"SystemConfiguration\""
27   }