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 -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

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