Skip to content

Commit 18fd6ec

Browse files
committed
Release 0.2.0
1 parent 0714e59 commit 18fd6ec

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

ObjectiveKit.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 = "ObjectiveKit"
11-
s.version = "0.1.0"
11+
s.version = "0.2.0"
1212
s.summary = "Swift friendly API for a set of Objective C runtime functions."
1313

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

ObjectiveKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
257257
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
258258
COPY_PHASE_STRIP = NO;
259-
CURRENT_PROJECT_VERSION = 2;
259+
CURRENT_PROJECT_VERSION = 3;
260260
DEBUG_INFORMATION_FORMAT = dwarf;
261261
ENABLE_STRICT_OBJC_MSGSEND = YES;
262262
ENABLE_TESTABILITY = YES;
@@ -309,7 +309,7 @@
309309
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
310310
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
311311
COPY_PHASE_STRIP = NO;
312-
CURRENT_PROJECT_VERSION = 2;
312+
CURRENT_PROJECT_VERSION = 3;
313313
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
314314
ENABLE_NS_ASSERTIONS = NO;
315315
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -340,7 +340,7 @@
340340
DEFINES_MODULE = YES;
341341
DEVELOPMENT_TEAM = 62DRUND7HT;
342342
DYLIB_COMPATIBILITY_VERSION = 1;
343-
DYLIB_CURRENT_VERSION = 2;
343+
DYLIB_CURRENT_VERSION = 3;
344344
DYLIB_INSTALL_NAME_BASE = "@rpath";
345345
INFOPLIST_FILE = ObjectiveKit/Info.plist;
346346
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -362,7 +362,7 @@
362362
DEFINES_MODULE = YES;
363363
DEVELOPMENT_TEAM = 62DRUND7HT;
364364
DYLIB_COMPATIBILITY_VERSION = 1;
365-
DYLIB_CURRENT_VERSION = 2;
365+
DYLIB_CURRENT_VERSION = 3;
366366
DYLIB_INSTALL_NAME_BASE = "@rpath";
367367
INFOPLIST_FILE = ObjectiveKit/Info.plist;
368368
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

ObjectiveKit/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

ObjectiveKitTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</string>
2121
</dict>
2222
</plist>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runtimeObject.setValue(4.0, forKey: ivarName)
7171
### Setting up with [CocoaPods](http://cocoapods.org/?q=ObjectiveKit)
7272
```ruby
7373
source 'https://github.com/CocoaPods/Specs.git'
74-
pod 'ObjectiveKit', '~> 0.1'
74+
pod 'ObjectiveKit', '~> 0.2'
7575
```
7676

7777
### Setting up with Carthage

0 commit comments

Comments
 (0)