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 -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -