Browse Source

Update podspec/changelog

Rob Napier 6 years ago
parent
commit
4cffc43be0
2 changed files with 7 additions and 3 deletions
  1. 5 1
      Changelog.md
  2. 2 2
      RNCryptor-objc.podspec

+ 5 - 1
Changelog.md

@@ -1,6 +1,10 @@
+# Version 3.0.6
+
+* Clean up self-retain warnings
+
 # Version 3.0.5
 
-# Clean up warnings for CocoaPods
+* Clean up warnings for CocoaPods
 
 # Version 3.0.4
 

+ 2 - 2
RNCryptor-objc.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'RNCryptor-objc'
-  s.version = '3.0.5'
+  s.version = '3.0.6'
   s.summary = 'Encryptor/Decryptor for iOS.'
   s.authors = {'Rob Napier' => 'robnapier@gmail.com'}
   s.license = { 
@@ -15,7 +15,7 @@ The above copyright notice and this permission notice shall be included in all c
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 LIC
   }
-  s.source = { :git => 'https://github.com/RNCryptor/RNCryptor-objc.git', :tag => "RNCryptor-#{s.version.to_s}" }
+  s.source = { :git => 'https://github.com/RNCryptor/RNCryptor-objc.git', :tag => "#{s.version.to_s}" }
   s.description = 'Provides an easy-to-use, Objective-C interface to the AES functionality of CommonCrypto. Simplifies correct handling of password stretching (PBKDF2), salting, and IV.'
   s.homepage = 'https://github.com/rnapier/RNCryptor'
   s.source_files = 'RNCryptor/*.{h,m}'