We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ce84a commit 8e83eaeCopy full SHA for 8e83eae
utki/1.1.288/utki.podspec
@@ -0,0 +1,17 @@
1
+Pod::Spec.new do |s|
2
+ s.name = "utki"
3
+ s.version = "1.1.288"
4
+ s.summary = "C++ utility library. Stuff missing from std:: namespace."
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 = '9.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
+end
0 commit comments