File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "APIModel"
3
3
s . module_name = "ApiModel"
4
- s . version = "0.15 .0"
4
+ s . version = "1.0 .0"
5
5
s . summary = "Easy API integrations using Realm and Swift"
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.0
4
+
5
+ Arbitrarily bump version to 1.0.0. API is stable and it doesn't make sense to have it in production and still be on the ` 0.X ` versioning scheme.
6
+
7
+ - Upgrade to Swift 4.2
8
+ - Upgrade to Alamofire 4.7
9
+ - Upgrade to SwiftyJSON 4.2
10
+ - Upgrade to RealmSwift 3.13
11
+
12
+ ## 0.14.0
13
+
14
+ - Upgrade to Swift 4.0
15
+ - Upgrade to RealmSwift 3.0.1
16
+ - Upgrade to Alamofire 4.5
17
+ - Don't log headers by default since it might contain sensitive information
18
+
3
19
## 0.13.0
4
20
5
21
Breaking changes:
You can’t perform that action at this time.
0 commit comments