We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c18f4a commit d989b23Copy full SHA for d989b23
ForecastIO.podspec
@@ -9,8 +9,8 @@
9
10
Pod::Spec.new do |s|
11
s.name = "ForecastIO"
12
- s.version = "6.0.1"
13
- s.swift_version = "4.2"
+ s.version = "7.0.0"
+ s.swift_version = "5.0"
14
s.summary = "ForecastIO is a Swift library for interfacing with the Dark Sky forecast API."
15
s.homepage = "https://github.com/sxg/ForecastIO"
16
s.license = 'MIT'
Source/Info.plist
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>6.0.1</string>
+ <string>7.0.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments