Sample iOS App using Movie Database API
This project is a demo iOS application using The Movie DB.
Fork and then clone, or simply clone the repository:
$ git clone [email protected]:creitz/Movie-Demo.git
The necessary cocoapods are included in source. But, you will need to generate the workspace:
$ sudo gem install cocoapods #(if you don't have cocoapods installed)
Change to the correct dir:
$ cd Movie-Demo/
Change the value for project
in Podfile to match your local structure. You only need to replace "path/to/here" with the absolute path to wherever you cloned the project. Then, you can install the pods
$ pod install
Finally, open the newly-created Movie Demo.xcworkspace/
in Xcode - double clicking in finder (for Macs) will do the trick. Choose a simulator (or a device if you have a team profile) in the devices list and click the play button or command + R. iOS 10 and above supported.
Charles Reitz, [email protected].
MIT