Skip to content

Commit 5385c77

Browse files
committed
v1.1.1 chang zip to release.
1 parent 16087d7 commit 5385c77

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ platform :ios, '8.0'
3131
use_frameworks!
3232
```
3333

34-
1. 添加 <Project>-Bridge-Header.h。 -> "#import <IJKMediaFramework/IJKMediaFramework.h>"
35-
1. Build Settings -> Ojbective-C Bridging Header -> "<Project>-Swift/<Project>-Swift-Bridge-Header.h"
34+
1. 添加 *Project*-Bridge-Header.h。 -> "#import <IJKMediaFramework/IJKMediaFramework.h>"
35+
1. Build Settings -> Ojbective-C Bridging Header -> "*Project*/*Project*-Bridge-Header.h"
36+
37+
# Contributors
38+
39+
![Superbil](https://github.com/Superbil)
40+
41+
![all](https://github.com/iOSDevLog/ijkplayer/graphs/contributors)
3642

3743
# LICENSE
3844

ijkplayer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ijkplayer"
3-
s.version = "1.1.0"
3+
s.version = "1.1.1"
44
s.summary = "ijkplayer framework."
55

66
s.description = <<-DESC
@@ -21,7 +21,7 @@ bilibili/ijkplayer k0.8.3 IJKMediaFramework 上传到 cococapods
2121

2222
s.platform = :ios, "7.0"
2323

24-
s.source = { :http => "https://github.com/iOSDevLog/ijkplayer/archive/1.0.0.zip" }
24+
s.source = { :http => "https://github.com/iOSDevLog/ijkplayer/releases/download/#{s.version}/IJKMediaFramework.framework.zip" }
2525

2626
s.vendored_frameworks = 'IJKMediaFramework.framework'
2727

0 commit comments

Comments
 (0)