On Jan 22, 2015, at 6:29 PM, Matthias Wessendorf
<matzew(a)apache.org> wrote:
On Thu, Jan 22, 2015 at 5:26 PM, Christos Vasilakis <cvasilak(a)gmail.com
<mailto:cvasilak@gmail.com>> wrote:
Hi team,
after [1] is merged I would like to tag and publish the library in cocoapods.
+1 ship it :-)
For versioning, I am considering using 1.0.0 (same as in obj-c) with the relative tag
1.0.0-swift, in order not to conflict with the 1.0.0 tag of obj-c counterpart, since they
share the same repo.
that's fine w/ me - just wondering does a (slightly) different versioning confuse the
cocoapod? :)
not, as long as the podspec tag points to the correct one it should be fine. Here it helps
we are a different Podspec.
s.source = { :git =>
'https://github.com/aerogear/aerogear-ios-push.git', :tag => ‘1.0.0.swift’ }
-
Christos