Skip to content

Commit

Permalink
Fix Podfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanonagon committed Jun 22, 2014
1 parent 348fc83 commit 9315752
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target "VENTokenField" do
end

target "VENTokenFieldSample" do
pod 'VENTokenField', :path => '.'
pod 'VENTokenField', :podspec => 'VENTokenField.podspec'
end

target "VENTokenFieldSampleTests" do
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ PODS:
- KIF (3.0.4):
- KIF/XCTest
- KIF/XCTest (3.0.4)
- VENTokenField (1.0.0):
- FrameAccessor (~> 2.0)
- VENTokenField (1.0.1):
- FrameAccessor (~> 1.0)

DEPENDENCIES:
- FrameAccessor (~> 1.1.0)
- KIF (~> 3.0.4)
- VENTokenField (from `.`)
- VENTokenField (from `VENTokenField.podspec`)

EXTERNAL SOURCES:
VENTokenField:
:path: .
:podspec: VENTokenField.podspec

SPEC CHECKSUMS:
FrameAccessor: 1900268ec0c4872ce0948baaf71f995ea6d0f28c
KIF: 443c517d14fc2a99d27d3df170bc274cdf288241
VENTokenField: f972fe8c6452a78dcfd669444653c52adf706f17
VENTokenField: 4b67e3538486dddcd315ad0853c8655090f6ff29

COCOAPODS: 0.33.1

0 comments on commit 9315752

Please sign in to comment.