-
Notifications
You must be signed in to change notification settings - Fork 352
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
Add minimum_cocoapods_version
to podspec
#240
Comments
Perhaps to make this less wordy (and to get more out of it). This could be: {
"cocoapods_version": ">= 0.36.0"
} Like RubyGems. |
👍 |
I wonder if users have the knowledge to actually provide this info - high potential that all new podspecs add just the newest version, regardless if it is actually required. Or is the goal to create it automatically when serialising? |
For podspecs that use the newest features, like module map. -Samuel E. Giddins On May 9, 2015, at 2:38 AM, Boris Bügling [email protected] wrote: I wonder if users have the knowledge to actually provide this info - high potential that all new podspecs add just the newest version, regardless if it is actually required. Or is the goal to make create it automatically when serialising? — |
This is merged. |
No description provided.
The text was updated successfully, but these errors were encountered: