Showing
2 changed files
with
3 additions
and
2 deletions
@@ -16,7 +16,7 @@ Pod::Spec.new do |s| | @@ -16,7 +16,7 @@ Pod::Spec.new do |s| | ||
16 | # | 16 | # |
17 | 17 | ||
18 | s.name = "AVSDK" | 18 | s.name = "AVSDK" |
19 | - s.version = "0.0.1" | 19 | + s.version = "1.8.4_BETA" |
20 | s.summary = "腾讯云-互动直播" | 20 | s.summary = "腾讯云-互动直播" |
21 | 21 | ||
22 | # This description is used to generate tags and improve search results. | 22 | # This description is used to generate tags and improve search results. |
@@ -16,7 +16,7 @@ Pod::Spec.new do |s| | @@ -16,7 +16,7 @@ Pod::Spec.new do |s| | ||
16 | # | 16 | # |
17 | 17 | ||
18 | s.name = "IMSDK" | 18 | s.name = "IMSDK" |
19 | - s.version = "0.0.1" | 19 | + s.version = "2.5.0_BETA" |
20 | s.summary = "腾讯云-云通信" | 20 | s.summary = "腾讯云-云通信" |
21 | 21 | ||
22 | # This description is used to generate tags and improve search results. | 22 | # This description is used to generate tags and improve search results. |
@@ -122,6 +122,7 @@ Pod::Spec.new do |s| | @@ -122,6 +122,7 @@ Pod::Spec.new do |s| | ||
122 | 122 | ||
123 | # s.framework = "SomeFramework" | 123 | # s.framework = "SomeFramework" |
124 | # s.frameworks = "SomeFramework", "AnotherFramework" | 124 | # s.frameworks = "SomeFramework", "AnotherFramework" |
125 | + s.frameworks = "CoreTelephony", "SystemConfiguration" | ||
125 | 126 | ||
126 | # s.library = "iconv" | 127 | # s.library = "iconv" |
127 | # s.libraries = "iconv", "xml2" | 128 | # s.libraries = "iconv", "xml2" |
-
Please register or login to post a comment