Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 81eeaf9

Browse files
AnkaAnka
Anka
authored and
Anka
committed
[Update] ruis-render-opengles (0.3.4)
1 parent 41251f6 commit 81eeaf9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Pod::Spec.new do |s|
2+
s.name = "ruis-render-opengles"
3+
s.version = "0.3.4"
4+
s.summary = "OpenGL ES renderer for ruis, a C++ cross-platform GUI library."
5+
s.homepage = "https://github.com/cppfw/#{s.name}"
6+
s.license = { :type => 'MIT', :file => 'LICENSE' }
7+
s.author = { "Ivan Gagis" => "igagis@gmail.com" }
8+
s.platform = :ios
9+
s.ios.deployment_target = '13.0'
10+
11+
s.source = { :http => "http://gagis.hopto.org/repo/cppfw/cocoapods/#{s.name}-#{s.version}.zip" }
12+
13+
s.source_files = "include/**/*.{hpp,h}"
14+
s.header_mappings_dir = "include"
15+
16+
s.ios.vendored_framework = "lib/ios/#{s.name}.xcframework"
17+
18+
s.dependency 'ruis', '>= 0.5.210'
19+
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /