We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f8e8f commit 5bcd0c3Copy full SHA for 5bcd0c3
.gitignore
@@ -65,3 +65,5 @@ fastlane/report.xml
65
fastlane/Preview.html
66
fastlane/screenshots
67
fastlane/test_output
68
+
69
+FFmpeg.framework.zip
FFmpeg.json
@@ -0,0 +1,3 @@
1
+{
2
+ "3.4.2": "https://github.com/CodeEagle/FFmpegOpenSSL/releases/download/3.4.2/FFmpeg.framework.zip"
3
+}
README.md
@@ -1,2 +1,14 @@
# FFmpegOpenSSL
-A FFmpeg dynamic framework with OpenSSL
+A FFmpeg dynamic framework with OpenSSL for iOS
+> Builded with ijkplayer's script
4
5
+Carthage Integration
6
+---
7
+```Ruby
8
+binary "https://raw.githubusercontent.com/CodeEagle/FFmpegOpenSSL/master/FFmpeg.json"
9
+```
10
11
+Relase
12
13
+#### 3.4.2
14
+FFmpeg 3.4.2 with OpenSSL 1.0.2k
0 commit comments