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 10d487e commit 3e7254dCopy full SHA for 3e7254d
ofxiOSBoost.podspec
@@ -1,14 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = "ofxiOSBoost"
3
- s.version = "1.57"
4
- s.summary = "Boost c++ library"
+ s.version = "1.58.0"
+ s.summary = "Boost C++ library"
5
s.description = <<-DESC
6
Boost is the library that can (and should) be used to ease c++ development.
7
DESC
8
s.homepage = "http://www.boost.org"
9
s.license = 'Boost'
10
- s.author = { "Gena" => "g.evstratov@gmail.com" }
11
- s.source = { :git => "https://github.com/egv/ofxiOSBoost.git", :tag => "#{s.version}" }
+ s.author = { "Danoli3" => "danoli3@gmail.com" }
+ s.source = { :git => "https://github.com/danoli3/ofxiOSBoost.git", :tag => "#{s.version}" }
12
13
s.platform = :ios, '8.0'
14
s.ios.deployment_target = '8.0'
0 commit comments