Skip to content

Commit fa72a4e

Browse files
committed
Merge pull request #64 from ikesyo/release/1.3.0
Release 1.3.0
2 parents fbd0f6b + 65925df commit fa72a4e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Himotoki.podspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Himotoki"
3-
s.version = "1.2.0"
3+
s.version = "1.3.0"
44
s.summary = "A type-safe JSON decoding library purely written in Swift"
55
s.description = <<-DESC
66
Himotoki (紐解き) is a type-safe JSON decoding library purely written in Swift. This library is highly inspired by popular JSON parsing libraries in Swift: [Argo](https://github.com/thoughtbot/Argo) and [ObjectMapper](https://github.com/Hearst-DD/ObjectMapper).
@@ -17,8 +17,9 @@ DESC
1717
s.author = { "Syo Ikeda" => "[email protected]" }
1818
s.social_media_url = "https://twitter.com/ikesyo"
1919

20-
s.ios.deployment_target = "8.0"
2120
s.osx.deployment_target = "10.9"
21+
s.ios.deployment_target = "8.0"
22+
s.tvos.deployment_target = "9.0"
2223
s.watchos.deployment_target = "2.0"
2324
s.source = { :git => "https://github.com/ikesyo/Himotoki.git", :tag => s.version }
2425
s.source_files = "Himotoki/**/*.swift"

Himotoki/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

HimotokiTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)