Does cocoapods support MacOSX programming? -



Does cocoapods support MacOSX programming? -

i wondering if cocoapods supports macosx programming?

obvious supports ios platform, know if supports macosx, cannot find in anywhere of documents.

yes does.

just include platform :osx, '10.7' in podfile

'osx': platform

'10.7': minimum deployment target

more info on how construction podfile can found here

cocoapods

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -