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

Combine podspecs, using platform-specific settings #2

Closed
segiddins opened this issue Aug 13, 2015 · 2 comments
Closed

Combine podspecs, using platform-specific settings #2

segiddins opened this issue Aug 13, 2015 · 2 comments
Labels
type:feature New feature or improvement of existing feature
Milestone

Comments

@segiddins
Copy link

i.e., in Parse.podspec, you could do

s.ios.source_files = ...
s.osx.source_files = ...

That way, you wont need two separate specs.

@nlutsenko
Copy link
Contributor

Hey @segiddins, welcome... :D
Our OS X framework name is ParseOSX, and as Cocoapods doesn't support s.osx.module_name - we decided to leave it as is for this release in order not to break anything for existing users.
Going to merge the podspecs together for the next release.

@nlutsenko nlutsenko self-assigned this Aug 13, 2015
@segiddins
Copy link
Author

👍 awesome -- you could just make ParseOSX depend on Parse and deprecate it

@nlutsenko nlutsenko modified the milestones: 1.8.1, 1.8.2 Aug 13, 2015
@nlutsenko nlutsenko modified the milestones: 1.8.1, 1.8.2 Aug 18, 2015
@mtrezza mtrezza added type:feature New feature or improvement of existing feature and removed type:improvement labels Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

3 participants