iOS


Getting Started


Configuration

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:


1.	$ gem install cocoapods  
                    

To integrate GoodieCore into your Xcode project using CocoaPods, specify it in your Podfile:

1.	$ gem install cocoapodssource 'https://github.com/CocoaPods/Specs.git'  
2.	platform :ios, '10.0'  
3.	use_frameworks!  
4.	  
5.	target '<Your Target Name>' do  
6.	pod 'GoodieCore',  
7.	end  
                    

then, run the following command:

1.	$ pod install