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
Post a Comment