Skip to content
This repository was archived by the owner on Jul 31, 2019. It is now read-only.

Commit 0ea054b

Browse files
author
Norman Jarvis
committed
[CO-1313] - Updating the podspec to version 0.0.5
1 parent 2a16d6b commit 0ea054b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vcx/wrappers/ios/vcx/vcx.podspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'vcx'
11-
s.version = '0.0.4'
11+
s.version = '0.0.5'
1212
s.summary = 'The Objective-C wrapper around the libvcx shared library.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -27,7 +27,8 @@ through to the libvcx shared library.
2727
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2828
s.license = { :type => 'MIT', :file => 'vcx/wrappers/ios/vcx/LICENSE' }
2929
s.author = { 'yaswanthsvist' => '[email protected]' }
30-
s.source = { :git => '[email protected]:evernym/sdk.git', :tag => s.version.to_s }
30+
#s.source = { :git => '[email protected]:evernym/sdk.git', :tag => s.version.to_s }
31+
s.source = { :http => 'https://github.com/evernym/sdk/archive/0.0.5.zip' }
3132
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3233

3334
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)