Skip to content

Commit 11afce5

Browse files
committed
Release 0.4.0
1 parent 4e868f7 commit 11afce5

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Interpolate.podspec

Lines changed: 1 addition & 1 deletion
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 = "0.3.2"
11+
s.version = "0.4.0"
1212
s.summary = "Swift interpolation framework for gesture-driven animations."
1313

1414
# This description is used to generate tags and improve search results.

Interpolate.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
307307
DEFINES_MODULE = YES;
308308
DYLIB_COMPATIBILITY_VERSION = 1;
309-
DYLIB_CURRENT_VERSION = 9;
309+
DYLIB_CURRENT_VERSION = 10;
310310
DYLIB_INSTALL_NAME_BASE = "@rpath";
311311
INFOPLIST_FILE = "Interpolate/Info-tvOS.plist";
312312
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -327,7 +327,7 @@
327327
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
328328
DEFINES_MODULE = YES;
329329
DYLIB_COMPATIBILITY_VERSION = 1;
330-
DYLIB_CURRENT_VERSION = 9;
330+
DYLIB_CURRENT_VERSION = 10;
331331
DYLIB_INSTALL_NAME_BASE = "@rpath";
332332
INFOPLIST_FILE = "Interpolate/Info-tvOS.plist";
333333
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -363,7 +363,7 @@
363363
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
364364
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
365365
COPY_PHASE_STRIP = NO;
366-
CURRENT_PROJECT_VERSION = 9;
366+
CURRENT_PROJECT_VERSION = 10;
367367
DEBUG_INFORMATION_FORMAT = dwarf;
368368
ENABLE_STRICT_OBJC_MSGSEND = YES;
369369
ENABLE_TESTABILITY = YES;
@@ -386,7 +386,7 @@
386386
ONLY_ACTIVE_ARCH = YES;
387387
SDKROOT = iphoneos;
388388
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
389-
SWIFT_VERSION = 3.0.1;
389+
SWIFT_VERSION = 3.0;
390390
TARGETED_DEVICE_FAMILY = "1,2";
391391
VERSIONING_SYSTEM = "apple-generic";
392392
VERSION_INFO_PREFIX = "";
@@ -416,7 +416,7 @@
416416
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
417417
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
418418
COPY_PHASE_STRIP = NO;
419-
CURRENT_PROJECT_VERSION = 9;
419+
CURRENT_PROJECT_VERSION = 10;
420420
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
421421
ENABLE_NS_ASSERTIONS = NO;
422422
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -432,7 +432,7 @@
432432
MTL_ENABLE_DEBUG_INFO = NO;
433433
SDKROOT = iphoneos;
434434
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
435-
SWIFT_VERSION = 3.0.1;
435+
SWIFT_VERSION = 3.0;
436436
TARGETED_DEVICE_FAMILY = "1,2";
437437
VALIDATE_PRODUCT = YES;
438438
VERSIONING_SYSTEM = "apple-generic";
@@ -447,7 +447,7 @@
447447
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
448448
DEFINES_MODULE = YES;
449449
DYLIB_COMPATIBILITY_VERSION = 1;
450-
DYLIB_CURRENT_VERSION = 9;
450+
DYLIB_CURRENT_VERSION = 10;
451451
DYLIB_INSTALL_NAME_BASE = "@rpath";
452452
INFOPLIST_FILE = Interpolate/Info.plist;
453453
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -467,7 +467,7 @@
467467
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
468468
DEFINES_MODULE = YES;
469469
DYLIB_COMPATIBILITY_VERSION = 1;
470-
DYLIB_CURRENT_VERSION = 9;
470+
DYLIB_CURRENT_VERSION = 10;
471471
DYLIB_INSTALL_NAME_BASE = "@rpath";
472472
INFOPLIST_FILE = Interpolate/Info.plist;
473473
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>0.3.2</string>
18+
<string>0.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>9</string>
22+
<string>10</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>0.3.2</string>
18+
<string>0.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>9</string>
22+
<string>10</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>0.3.2</string>
18+
<string>0.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>9</string>
22+
<string>10</string>
2323
</dict>
2424
</plist>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In fact, you can easily create and use your own interpolation function - all you
126126
### Setting up with [CocoaPods](http://cocoapods.org/?q=Interpolate)
127127
```ruby
128128
source 'https://github.com/CocoaPods/Specs.git'
129-
pod 'Interpolate', '~> 0.3'
129+
pod 'Interpolate', '~> 0.4'
130130
```
131131

132132
### Setting up with Carthage

0 commit comments

Comments
 (0)