Skip to content

Commit 16c1262

Browse files
AnkaAnka
authored andcommitted
[Update] tml (0.2.32)
1 parent 83abfda commit 16c1262

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tml/0.2.32/tml.podspec

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Pod::Spec.new do |s|
2+
s.name = "tml"
3+
s.version = "0.2.32"
4+
s.summary = "C++ tree markup language 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 'utki', '>= 1.1.124'
19+
s.dependency 'papki', '>= 1.0.93'
20+
end

0 commit comments

Comments
 (0)