Skip to content

Commit

Permalink
Merge pull request #32 from Sorix/fix/31
Browse files Browse the repository at this point in the history
Fix: the word "Optional" appears before every contact name
  • Loading branch information
ipraba authored Oct 1, 2016
2 parents f2fcdd4 + 032280c commit 03f33ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Contacts Picker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prabaharan.eppicker.Contacts-Picker";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -312,7 +312,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prabaharan.eppicker.Contacts-Picker";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion EPContactsPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EPContactsPicker"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "A contacts picker component for iOS written in swift using new contacts framwork"
s.description = <<-DESC
Features
Expand Down
2 changes: 1 addition & 1 deletion Pods/EPContact.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03f33ff

Please # to comment.