-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bundle load issue for cocoapods
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SmileTouchID" | ||
s.version = "0.1.3" | ||
s.version = "0.1.4" | ||
s.summary = "A Library for configure Touch ID & passcode conveniently" | ||
s.description = <<-DESC | ||
1. Handle all complicated things about Touch ID & Passcode. You just need to write a few simple code to integrate Touch ID & Passcode to your app. | ||
|
@@ -17,7 +17,7 @@ Pod::Spec.new do |s| | |
s.author = { 'Rain' => '[email protected]' } | ||
s.social_media_url = "https://dribbble.com/yuchenliu" | ||
|
||
|
||
s.platform = :ios, '7.0' | ||
s.requires_arc = true | ||
s.source = { :git => "https://github.com/liu044100/SmileTouchID.git", :tag => s.version.to_s} | ||
|