This repository was archived by the owner on Jul 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1616- nothing yet
1717
1818
19+ ## [ 3.0.1] ( https://github.com/Iterable/iterable-ios-sdk/releases/tag/3.0.1 )
20+ _ Released on 2016-06-22_
21+
22+ #### Fixed
23+ - removed JSONModel from dependencies in Podspec
24+
25+
1926## [ 3.0.0] ( https://github.com/Iterable/iterable-ios-sdk/releases/tag/3.0.0 )
2027 _ Released on 2016-06-22_
2128
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 #
1717
1818 s . name = "IterableSDK"
19- s . version = "3.0.0 "
19+ s . version = "3.0.1 "
2020 s . summary = "Iterable's official SDK for iOS"
2121
2222 s . description = <<-DESC
Original file line number Diff line number Diff line change 11[ ![ CocoaPods] ( https://img.shields.io/cocoapods/v/IterableSDK.svg?style=flat )] ( https://cocoapods.org/pods/IterableSDK )
22[ ![ License] ( https://img.shields.io/cocoapods/l/IterableSDK.svg?style=flat )] ( https://opensource.org/licenses/MIT )
3- [ ![ Docs] ( https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat )] ( http://cocoadocs.org/docsets/IterableSDK/3.0.0 / )
3+ [ ![ Docs] ( https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat )] ( http://cocoadocs.org/docsets/IterableSDK/3.0.1 / )
44
55# Iterable iOS SDK
66
You can’t perform that action at this time.
0 commit comments