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

Updated to iOS 7.0 min deployment target #55

Merged
merged 1 commit into from Oct 12, 2017

Conversation

jdev7
Copy link
Contributor

@jdev7 jdev7 commented Oct 12, 2017

fix: removing a warning in a block declaration
feat: updated deployment target to iOS 7.0 (minimum to build without errors with Xcode 9)
feat: updated podspec's deployment target to iOS 7.0 (as Xcode's project)

When using this pod with a minimum target of iOS 10.0 and Xcode 9, the pod has 2 warnings, one about the block declaration not being a prototype.
The other one about setAttributedText: which is only available in iOS 6.0 or newer.

feat: updated deployment target to iOS 7.0 (minimum to build with Xcode 9)
feat: updated podspec's deployment target to iOS 7.0 (as Xcode's project)
@dataxpress dataxpress merged commit a1d8d89 into dataxpress:master Oct 12, 2017
@dataxpress
Copy link
Owner

Looks good to me! Thanks for your contribution! 👍

Also I can't believe this project started with a deployment target of 5.0... dang!

@jdev7
Copy link
Contributor Author

jdev7 commented Oct 12, 2017

Thanks! By the way, have you pushed the podspec to cocoapods? I´m trying to upgrade the pod to this last version 1.4.1, but it doesn't seem to find it

@@ -276,6 +276,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;

Choose a reason for hiding this comment

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

Need money

s.summary = "Adds animated counting support to UILabel."
s.homepage = "https://github.com/dataxpress/UICountingLabel"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Tim Gostony" => "dataxpress@gmail.com" }
s.source = { :git => "https://github.com/dataxpress/UICountingLabel.git", :tag => s.version.to_s }
s.ios.deployment_target = '5.0'
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.source_files = 'UICountingLabel.{h,m}'

Choose a reason for hiding this comment

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants