Skip to content

Commit

Permalink
Set pod target to 8.0 in the demo project
Browse files Browse the repository at this point in the history
andreamazz committed Mar 8, 2016
1 parent d7eef01 commit c0f2d8a
Showing 7 changed files with 189 additions and 188 deletions.
1 change: 1 addition & 0 deletions Demo/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use_frameworks!
platform :ios, '8.0'

target 'ScrollingNavbarDemo' do
pod 'AMScrollingNavbar', path: '../'
4 changes: 2 additions & 2 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AMScrollingNavbar (2.0.10)
- AMScrollingNavbar (2.0.12)
- FBSnapshotTestCase (2.0.7):
- FBSnapshotTestCase/SwiftSupport (= 2.0.7)
- FBSnapshotTestCase/Core (2.0.7)
@@ -25,7 +25,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AMScrollingNavbar: 7fa266bd11edaf53e3af19eeb867437663a5d53e
AMScrollingNavbar: 1d7cb90458d99c426632419f02568db1b22044a2
FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547
Nimble: 4c353d43735b38b545cbb4cb91504588eb5de926
Nimble-Snapshots: ab41dd737dcd33a0b0cb005a30465fef70b7207a
4 changes: 2 additions & 2 deletions Demo/Pods/Local Podspecs/AMScrollingNavbar.podspec.json

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

4 changes: 2 additions & 2 deletions Demo/Pods/Manifest.lock

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

360 changes: 180 additions & 180 deletions Demo/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

0 comments on commit c0f2d8a

Please sign in to comment.