Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gfontenot committed Nov 21, 2014
0 parents commit 36176ec
Show file tree
Hide file tree
Showing 28 changed files with 1,351 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.pbxproj merge=union
32 changes: 32 additions & 0 deletions .gitignore
@@ -0,0 +1,32 @@
# OS X Finder
.DS_Store

# Xcode per-user config
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
xcuserdata
*.xccheckout

# Build products
build/
*.o
*.LinkFileList
*.hmap

# Automatic backup files
*~.nib/
*.swp
*~
*.dat
*.dep

# Cocoapods
Pods

# AppCode specific files
.idea/
*.iml
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: objective-c

branches:
only:
master

env: export LANG=en_US.UTF-8

script: bin/test
2 changes: 2 additions & 0 deletions README.md
@@ -0,0 +1,2 @@
# SwiftMasonry #

10 changes: 10 additions & 0 deletions Sample/Masonry.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36176ec

Please sign in to comment.