Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix swift3 issues #20

Merged
merged 3 commits into from
Oct 6, 2017
Merged

Conversation

cowboyrushforth
Copy link
Contributor

Could not run the example with swift3 and Xcode 8.3. After these changes all works fine in Example now. Thanks for a great library.

@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "suzuki_keishi" => "keishi.1983@gmail.com" }
s.source = { :git => "https://github.com/suzuki-0000/CountdownLabel.git", :tag => s.version }
s.platform = :ios, "9.0"
s.platform = :ios, "8.2"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this did not seem necessary to use 9.0 for the target, so I relaxed it.

@suzuki-0000 suzuki-0000 merged commit 0627907 into suzuki-0000:master Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants