Skip to content

Commit 2defba8

Browse files
committed
add pod link
1 parent 000fdc0 commit 2defba8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ Android version: [https://github.com/wysaid/android-gpuimage-plus](https://githu
66
## Abstract ##
77

88
1. This repo is open source now. You can use cge.framework in your project.
9-
Just add the cge.framework to your project, then add the code
9+
10+
1.1 You can add the cge.framework to your project, then add the code
1011
>#import <cge/cge.h>
1112
>//Everything is done.
1213
14+
1.2 If you're using CocoaPods, add this to your Podfile:
15+
>pod 'libCGE', :git => 'https://github.com/wysaid/ios-gpuimage-plus-pod.git'
16+
17+
or with the newest version tag:
18+
>pod 'libCGE', :git => 'https://github.com/wysaid/ios-gpuimage-plus-pod.git', :tag => '2.4.3'
19+
1320
Note: The filters are written in C++, so you should change your source file extensions to "mm" if you want use all features. But it is not necessary when you're using the interface-headers just like the [demo](https://github.com/wysaid/ios-gpuimage-plus/tree/master/demo/cgeDemo).
1421

1522
2. Hundreds of built-in filters are available in the demo. 😋If you'd like to add your own filter, please take a look at the manual page. Or you can follow the demo code. The new custom filter should be written in C++.

0 commit comments

Comments
 (0)