Skip to content

Commit 3e7254d

Browse files
committed
Updated with Podspec
1 parent 10d487e commit 3e7254d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ofxiOSBoost.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "ofxiOSBoost"
3-
s.version = "1.57"
4-
s.summary = "Boost c++ library"
3+
s.version = "1.58.0"
4+
s.summary = "Boost C++ library"
55
s.description = <<-DESC
66
Boost is the library that can (and should) be used to ease c++ development.
77
DESC
88
s.homepage = "http://www.boost.org"
99
s.license = 'Boost'
10-
s.author = { "Gena" => "g.evstratov@gmail.com" }
11-
s.source = { :git => "https://github.com/egv/ofxiOSBoost.git", :tag => "#{s.version}" }
10+
s.author = { "Danoli3" => "danoli3@gmail.com" }
11+
s.source = { :git => "https://github.com/danoli3/ofxiOSBoost.git", :tag => "#{s.version}" }
1212

1313
s.platform = :ios, '8.0'
1414
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)