- Install CocoaPods.
- Clone this project
- In the home directory of this project, run pod install
- Open Wrapper.xcworkspace in XCode
In order to use this framework in another project, execute the following steps:
-
Install CocoaPods.
-
In the home directory of your project, create a file called Podfile and add the following:
platform :ios pod 'GithubWrapper', :git => "git://github.com/adsantos/GithubWrapper.git" -
Run pod install
-
Open the generated *.xcworkspace in XCode
-
Run the Pods target
-
Run your project target
The GithubStats project uses this framework.
- Run the Pods target.
- Run the GithubStatsTests target.
- Add more Github API end-points.
- Add mocks with OCMock.
- Add OAuth support.
- Improve error messages.
iOS 5+
- Fork the repository.
- Create a topic branch.
- Add specs for your unimplemented feature or bug fix.
- Run the tests. If your tests pass, return to step 3.
- Implement your feature or bug fix.
- Run the tests. If your tests fail, return to step 5.
- Add, commit, and push your changes.
- Submit a pull request.
Copyright (c) 2012 Adriana Santos. See LICENSE for details.