Skip to content

Commit

Permalink
Merge pull request #12 from molon/dev
Browse files Browse the repository at this point in the history
compatible podfile for travis
  • Loading branch information
molon authored Aug 16, 2016
2 parents d6fa59a + d70c72a commit 0b2a251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ platform :ios, '7.0'
workspace 'MLLayoutDemo.xcworkspace'

target 'MLLayoutDemo' do
project 'MLLayoutDemo.xcodeproj'
pod 'SDWebImage'
pod 'MLLayout', :path => '../MLLayout.podspec'
end
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MLLayout (0.2.2)
- MLLayout (0.2.3)
- SDWebImage (3.8.1):
- SDWebImage/Core (= 3.8.1)
- SDWebImage/Core (3.8.1)
Expand All @@ -13,9 +13,9 @@ EXTERNAL SOURCES:
:path: ../MLLayout.podspec

SPEC CHECKSUMS:
MLLayout: c260fbc7e77f9ac31ac225b63a4ca0db5c0a62d9
MLLayout: 8d3c55525776dc2b1718d17f085cc38395f6ab2d
SDWebImage: 35f9627a3e44b4f292a8a8ce6a531fa488239b91

PODFILE CHECKSUM: 50a97fa6b7a7509873f351bc285fc0a3d99a9826
PODFILE CHECKSUM: 8865c6aa8dd9b55ece9645cfde9f065dee1415d4

COCOAPODS: 1.0.1

0 comments on commit 0b2a251

Please sign in to comment.