Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -79,7 +79,7 @@ Pod::Spec.new do |s| | @@ -79,7 +79,7 @@ Pod::Spec.new do |s| | ||
| 79 | # Supports git, hg, bzr, svn and HTTP. | 79 | # Supports git, hg, bzr, svn and HTTP. |
| 80 | # | 80 | # |
| 81 | 81 | ||
| 82 | - s.source = { :http => "http://qzonestyle.gtimg.cn/open/qcloud/avc/js/sdk_download/av_sdk/AV_iOS_SDK1.6.0.rar" } | 82 | + s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/AV_iOS_SDK_1.6.0_libs.zip" } |
| 83 | 83 | ||
| 84 | 84 | ||
| 85 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | 85 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # |
| @@ -90,8 +90,8 @@ Pod::Spec.new do |s| | @@ -90,8 +90,8 @@ Pod::Spec.new do |s| | ||
| 90 | # Not including the public_header_files will make all headers public. | 90 | # Not including the public_header_files will make all headers public. |
| 91 | # | 91 | # |
| 92 | 92 | ||
| 93 | - s.source_files = "Classes", "Classes/**/*.{h,m}" | 93 | + # s.source_files = "Classes", "Classes/**/*.{h,m}" |
| 94 | - s.exclude_files = "Classes/Exclude" | 94 | + # s.exclude_files = "Classes/Exclude" |
| 95 | 95 | ||
| 96 | # s.public_header_files = "Classes/**/*.h" | 96 | # s.public_header_files = "Classes/**/*.h" |
| 97 | 97 |
-
Please register or login to post a comment