Skip to content

Commit

Permalink
[Kingsoft][sdk][ksyhttpcache_ios]
Browse files Browse the repository at this point in the history
1.更改版本号1.0.7
2.修复demo问题
3.修改 最低兼容 ios 7.0
  • Loading branch information
sunyazhou committed Jun 2, 2017
1 parent 30ac5ec commit 78bb759
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
3 changes: 2 additions & 1 deletion demo/Podfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Uncomment this line to define a global platform for your project
platform :ios, '7.0'
platform :ios, '8.0'

target 'demo' do
pod 'CocoaAsyncSocket'
pod 'CocoaLumberjack'
pod 'KSYMediaPlayer_iOS'
pod 'ksyhttpcache'
end

11 changes: 8 additions & 3 deletions demo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,23 @@ PODS:
- CocoaLumberjack/Default (3.2.0)
- CocoaLumberjack/Extensions (3.2.0):
- CocoaLumberjack/Default
- KSYMediaPlayer_iOS (2.2.0)
- ksyhttpcache (1.0.6):
- CocoaAsyncSocket
- CocoaLumberjack
- KSYMediaPlayer_iOS (2.3.0)

DEPENDENCIES:
- CocoaAsyncSocket
- CocoaLumberjack
- ksyhttpcache
- KSYMediaPlayer_iOS

SPEC CHECKSUMS:
CocoaAsyncSocket: 7eadd3f59e1a6c84e2aefc93e9ff7b55156fe174
CocoaLumberjack: 9b4aed7073d242f29cc2f62068d995faf67f703a
KSYMediaPlayer_iOS: c51d5440bfd17b4caea3c53a3b34ba1af42d97c5
ksyhttpcache: ce53678b72b93939d26f9942e35444c09e859d9d
KSYMediaPlayer_iOS: abc0b3c779bf4ae5449d58f1e97fc8a0de216d2c

PODFILE CHECKSUM: 176926f0f0dd92a6d60406808337bc1af03f61a1
PODFILE CHECKSUM: b00a55b09692075253f47f3b2009b93ae9d64f32

COCOAPODS: 1.2.1
6 changes: 0 additions & 6 deletions demo/demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
B05561391DD9612700130251 /* KSYHTTPCache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B05561371DD9611C00130251 /* KSYHTTPCache.framework */; };
B055613A1DD9612700130251 /* KSYHTTPCache.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B05561371DD9611C00130251 /* KSYHTTPCache.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
B055613B1DD9618800130251 /* libstdc++.6.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B0E45AA41DD59C8200D48A5E /* libstdc++.6.tbd */; };
B0E45A691DD59AC600D48A5E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B0E45A681DD59AC600D48A5E /* main.m */; };
B0E45A6C1DD59AC600D48A5E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B0E45A6B1DD59AC600D48A5E /* AppDelegate.m */; };
Expand All @@ -35,7 +33,6 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
B055613A1DD9612700130251 /* KSYHTTPCache.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -45,7 +42,6 @@
/* Begin PBXFileReference section */
598BF960746929913E260A37 /* Pods-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.release.xcconfig"; path = "Pods/Target Support Files/Pods-demo/Pods-demo.release.xcconfig"; sourceTree = "<group>"; };
6676BC4134554BD0DEA09751 /* Pods-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-demo/Pods-demo.debug.xcconfig"; sourceTree = "<group>"; };
B05561371DD9611C00130251 /* KSYHTTPCache.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = KSYHTTPCache.framework; sourceTree = "<group>"; };
B0E45A641DD59AC600D48A5E /* demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
B0E45A681DD59AC600D48A5E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
B0E45A6A1DD59AC600D48A5E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -81,7 +77,6 @@
buildActionMask = 2147483647;
files = (
B055613B1DD9618800130251 /* libstdc++.6.tbd in Frameworks */,
B05561391DD9612700130251 /* KSYHTTPCache.framework in Frameworks */,
B0E45AA31DD59C6E00D48A5E /* libbz2.tbd in Frameworks */,
B0E45AA11DD59C5500D48A5E /* libz.tbd in Frameworks */,
B0E45A9F1DD59C2600D48A5E /* VideoToolbox.framework in Frameworks */,
Expand All @@ -104,7 +99,6 @@
B0E45A5B1DD59AC600D48A5E = {
isa = PBXGroup;
children = (
B05561371DD9611C00130251 /* KSYHTTPCache.framework */,
B0E45A661DD59AC600D48A5E /* demo */,
B0E45A651DD59AC600D48A5E /* Products */,
B0E45A9D1DD59C2600D48A5E /* Frameworks */,
Expand Down
Binary file modified framework/KSYHTTPCache.framework/KSYHTTPCache
Binary file not shown.
6 changes: 3 additions & 3 deletions ksyhttpcache.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'ksyhttpcache'
s.version = '1.0.6'
s.version = '1.0.7'
s.license = {
:type => 'Proprietary',
:text => <<-LICENSE
Expand All @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
* 金山云ios平台http缓存SDK,可方便地与播放器集成,实现http视频边播放边下载(缓存)功能。
* ksyun http cache sdk for ios platform, it's easy to integrated with media players to provide caching capability when watching http videos.
DESC
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'


s.requires_arc = true
Expand Down

0 comments on commit 78bb759

Please sign in to comment.