Skip to content

Commit

Permalink
Adds support for Carthage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Marucci Blas committed May 20, 2015
1 parent 44a22b4 commit d278b76
Show file tree
Hide file tree
Showing 7 changed files with 667 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# OS X
.DS_Store

# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa

# Bundler
.bundle

Carthage/
Loading

0 comments on commit d278b76

Please sign in to comment.