Open pcarollo84 opened 9 years ago
Can't download (through cocoapods) the right version. IMHO I think the problem is that the tag 0.2.0 hooks the same code/repository of the 0.1.1.
In the podspec is specified s.source = { :git => 'https://github.com/rnystrom/RNFrostedSidebar.git', :tag => s.version.to_s }
But if I look in the tag 0.2.0 everything is the same of the 0.1.1 and not the same of the master.
Thanks in advance
Can't download (through cocoapods) the right version. IMHO I think the problem is that the tag 0.2.0 hooks the same code/repository of the 0.1.1.
In the podspec is specified
s.source = { :git => 'https://github.com/rnystrom/RNFrostedSidebar.git', :tag => s.version.to_s }
But if I look in the tag 0.2.0 everything is the same of the 0.1.1 and not the same of the master.
Thanks in advance