Skip to content

Commit

Permalink
Carthage support fix (#61)
Browse files Browse the repository at this point in the history
* Shared scheme for Carthage fix

* Added Pods back to fix Carthage Support

* Deployment target 7.0

* Deployment target 7.0
  • Loading branch information
makoni authored and harlanhaskins committed Sep 22, 2016
1 parent dd4e6d1 commit 8b84738
Show file tree
Hide file tree
Showing 24 changed files with 1,825 additions and 373 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ DerivedData

Carthage

Pods/
Podfile.lock
Examples/BRYXBannerExample.xcworkspace/
1,150 changes: 779 additions & 371 deletions Example/BRYXBannerExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
PODS:
- BRYXBanner (0.7.0)

DEPENDENCIES:
- BRYXBanner (from `../`)

EXTERNAL SOURCES:
BRYXBanner:
:path: ../

SPEC CHECKSUMS:
BRYXBanner: 732f576bf9cc1f3f6138d81e8a048666af1c49db

COCOAPODS: 0.39.0
19 changes: 19 additions & 0 deletions Example/Pods/Local Podspecs/BRYXBanner.podspec.json

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

14 changes: 14 additions & 0 deletions Example/Pods/Manifest.lock

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

542 changes: 542 additions & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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

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

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

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

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

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

26 changes: 26 additions & 0 deletions Example/Pods/Target Support Files/BRYXBanner/Info.plist

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

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

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

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

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

Loading

0 comments on commit 8b84738

Please sign in to comment.