[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / f / 5 / SocialSDKs_Swift_Weibo / 0.1.1 / SocialSDKs_Swift_Weibo.podspec.json
blob0c079d450827709048e9413f157050c2c05d959d
2   "name": "SocialSDKs_Swift_Weibo",
3   "version": "0.1.1",
4   "summary": "微博原生SDK动态库",
5   "description": "基于微博SDK_v3.2.4动态库封装",
6   "homepage": "https://github.com/WessonWu/SocialSDKs_Swift",
7   "license": "MIT",
8   "authors": {
9     "wessonwu": "wessonwu94@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/WessonWu/SocialSDKs_Swift.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "swift_versions": "5.0",
19   "pod_target_xcconfig": {
20     "OTHER_LDFLAGS": "-ObjC -all_load"
21   },
22   "frameworks": [
23     "Photos",
24     "ImageIO",
25     "SystemConfiguration",
26     "CoreText",
27     "QuartzCore",
28     "Security",
29     "UIKit",
30     "Foundation",
31     "CoreGraphics",
32     "CoreTelephony"
33   ],
34   "libraries": [
35     "sqlite3",
36     "z"
37   ],
38   "source_files": [
39     "common/*.{h,m,swift}",
40     "Weibo/source/**/*.{h,m,swift}"
41   ],
42   "vendored_libraries": "Weibo/lib/libWeiboSDK.a",
43   "dependencies": {
44     "SocialSDKs_Swift_WeiboSDKBundle": [
45       "0.1.0"
46     ]
47   },
48   "swift_version": "5.0"