[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 2 / 0 / TTSocialModule / 0.5 / TTSocialModule.podspec.json
blob1e47fe3359006b886e95dac52b4492063e8d0ec5
2   "name": "TTSocialModule",
3   "version": "0.5",
4   "summary": "简单封装第三方平台的分享功能",
5   "description": "封装「微信」「微博」等第三方平台SDK,目前支持分享功能。",
6   "homepage": "https://github.com/keleyundou/TTSocialModule",
7   "license": "MIT",
8   "authors": {
9     "ColaBean": "colabean720@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/keleyundou/TTSocialModule.git",
16     "tag": "0.5"
17   },
18   "requires_arc": true,
19   "static_framework": true,
20   "subspecs": [
21     {
22       "name": "Base",
23       "source_files": [
24         "TTSocialModule/TT{Behavior,SocialDefine}.h",
25         "TTSocialModule/TT{SocialMessageObject,SocialUtil,SocialResponse}.{h,m}"
26       ],
27       "public_header_files": "TTSocialModule/TT{Behavior,SocialDefine,SocialMessageObject,SocialResponse}.h"
28     },
29     {
30       "name": "Shared",
31       "source_files": "TTSocialModule/Shared",
32       "private_header_files": "TTSocialModule/Shared/*.h",
33       "dependencies": {
34         "TTSocialModule/Base": [
36         ],
37         "WechatOpenSDK": [
38           "~> 1.8.4"
39         ],
40         "Weibo_SDK": [
41           "~> 3.2.3"
42         ]
43       }
44     },
45     {
46       "name": "Handler",
47       "source_files": "TTSocialModule/Handler",
48       "private_header_files": "TTSocialModule/Handler/*.h",
49       "dependencies": {
50         "TTSocialModule/Base": [
52         ]
53       },
54       "ios": {
55         "dependencies": {
56           "TTSocialModule/Shared": [
58           ]
59         }
60       }
61     },
62     {
63       "name": "Manager",
64       "source_files": "TTSocialModule/TTSocialManager.{h,m}",
65       "public_header_files": "TTSocialModule/TTSocialManager.h",
66       "dependencies": {
67         "TTSocialModule/Base": [
69         ]
70       },
71       "ios": {
72         "dependencies": {
73           "TTSocialModule/Handler": [
75           ]
76         }
77       }
78     }
79   ]