Skip to content

Commit

Permalink
Merge pull request #19 from NYPL-Simplified/carthage-conversion
Browse files Browse the repository at this point in the history
Convert project to Carthage
  • Loading branch information
winniequinn authored Aug 3, 2018
2 parents 0225028 + a0197c7 commit c367dfe
Show file tree
Hide file tree
Showing 59 changed files with 696 additions and 755 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## macOS
.DS_Store

## Build generated
build/
DerivedData/
Expand Down Expand Up @@ -45,7 +48,7 @@ Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Checkouts

Carthage/Build

Expand Down
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "PureLayout/PureLayout" ~> 3.0
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "PureLayout/PureLayout" "v3.0.2"
576 changes: 0 additions & 576 deletions Example/NYPLCardCreator.xcodeproj/project.pbxproj

This file was deleted.

10 changes: 0 additions & 10 deletions Example/NYPLCardCreator.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions Example/Podfile

This file was deleted.

19 changes: 0 additions & 19 deletions Example/Podfile.lock

This file was deleted.

14 changes: 0 additions & 14 deletions Example/Tests/Tests.swift

This file was deleted.

39 changes: 0 additions & 39 deletions NYPLCardCreator.podspec

This file was deleted.

Loading

0 comments on commit c367dfe

Please sign in to comment.