Skip to content

Commit

Permalink
Merge branch 'release/0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanesand committed May 3, 2015
2 parents 981833b + 5d63081 commit f23de22
Show file tree
Hide file tree
Showing 22 changed files with 979 additions and 453 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "Carthage/Checkouts/Quick"]
path = Carthage/Checkouts/Quick
url = https://github.com/Quick/Quick.git
[submodule "Carthage/Checkouts/Alamofire"]
path = Carthage/Checkouts/Alamofire
url = https://github.com/Alamofire/Alamofire.git
[submodule "Carthage/Checkouts/Nimble"]
path = Carthage/Checkouts/Nimble
url = https://github.com/Quick/Nimble.git
651 changes: 651 additions & 0 deletions AlamofireOAuth1.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ FOUNDATION_EXPORT double AlamofireOAuth1VersionNumber;
//! Project version string for AlamofireOAuth1.
FOUNDATION_EXPORT const unsigned char AlamofireOAuth1VersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <AlamofireOAuth1/PublicHeader.h>


// In this header, you should import all the public headers of your framework using statements like #import <AlamofireOAuth1/PublicHeader.h>
Loading

0 comments on commit f23de22

Please sign in to comment.