Skip to content

Commit 8fb1c7e

Browse files
Release 1.3.1
1 parent 7353bb2 commit 8fb1c7e

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

Interpolate.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Interpolate"
11-
s.version = "1.3.0"
11+
s.version = "1.3.1"
1212
s.summary = "Swift interpolation framework for gesture-driven animations."
1313

1414
# This description is used to generate tags and improve search results.
@@ -27,10 +27,11 @@ Pod::Spec.new do |s|
2727
s.source = { :git => "https://github.com/marmelroy/Interpolate.git", :tag => s.version.to_s }
2828
s.social_media_url = "http://twitter.com/marmelroy"
2929

30-
s.ios.deployment_target = '8.0'
30+
s.ios.deployment_target = '9.0'
3131
s.tvos.deployment_target = '9.0'
3232
s.requires_arc = true
33-
s.swift_version = '4.2'
33+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
34+
s.swift_version = '5.0'
3435

3536
s.source_files = "Interpolate"
3637

Interpolate.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
311311
DEFINES_MODULE = YES;
312312
DYLIB_COMPATIBILITY_VERSION = 1;
313-
DYLIB_CURRENT_VERSION = 14;
313+
DYLIB_CURRENT_VERSION = 15;
314314
DYLIB_INSTALL_NAME_BASE = "@rpath";
315315
INFOPLIST_FILE = "Interpolate/Info-tvOS.plist";
316316
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -333,7 +333,7 @@
333333
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
334334
DEFINES_MODULE = YES;
335335
DYLIB_COMPATIBILITY_VERSION = 1;
336-
DYLIB_CURRENT_VERSION = 14;
336+
DYLIB_CURRENT_VERSION = 15;
337337
DYLIB_INSTALL_NAME_BASE = "@rpath";
338338
INFOPLIST_FILE = "Interpolate/Info-tvOS.plist";
339339
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -381,7 +381,7 @@
381381
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
382382
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
383383
COPY_PHASE_STRIP = NO;
384-
CURRENT_PROJECT_VERSION = 14;
384+
CURRENT_PROJECT_VERSION = 15;
385385
DEBUG_INFORMATION_FORMAT = dwarf;
386386
ENABLE_STRICT_OBJC_MSGSEND = YES;
387387
ENABLE_TESTABILITY = YES;
@@ -442,7 +442,7 @@
442442
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
443443
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
444444
COPY_PHASE_STRIP = NO;
445-
CURRENT_PROJECT_VERSION = 14;
445+
CURRENT_PROJECT_VERSION = 15;
446446
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
447447
ENABLE_NS_ASSERTIONS = NO;
448448
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -471,7 +471,7 @@
471471
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
472472
DEFINES_MODULE = YES;
473473
DYLIB_COMPATIBILITY_VERSION = 1;
474-
DYLIB_CURRENT_VERSION = 14;
474+
DYLIB_CURRENT_VERSION = 15;
475475
DYLIB_INSTALL_NAME_BASE = "@rpath";
476476
INFOPLIST_FILE = Interpolate/Info.plist;
477477
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -491,7 +491,7 @@
491491
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
492492
DEFINES_MODULE = YES;
493493
DYLIB_COMPATIBILITY_VERSION = 1;
494-
DYLIB_CURRENT_VERSION = 14;
494+
DYLIB_CURRENT_VERSION = 15;
495495
DYLIB_INSTALL_NAME_BASE = "@rpath";
496496
INFOPLIST_FILE = Interpolate/Info.plist;
497497
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Interpolate/Info-tvOS.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>14</string>
22+
<string>15</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Interpolate/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>14</string>
22+
<string>15</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

InterpolateTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>14</string>
22+
<string>15</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)