Skip to content

Commit b1c2f1f

Browse files
committed
Updated Podfile
1 parent 5c996a7 commit b1c2f1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
source "https://github.com/PaulBernhardt/podspec.git"
1+
source "https://github.com/MappedIn/podspec.git"
22
workspace "iOS.xcworkspace"
33
xcodeproj "Examples/Hello World/Hello World.xcodeproj"
44
xcodeproj "Examples/Single Venue/Single Venue.xcodeproj"
55

66
target "Hello World" do
77
xcodeproj "Examples/Hello World/Hello World.xcodeproj"
8-
pod "MappedIn", "~>0.1-alpha2”
8+
pod "MappedIn", "~>0.1-alpha4"
99
end
1010

1111
target "Single Venue" do
1212
xcodeproj "Examples/Single Venue/Single Venue.xcodeproj"
13-
pod "MappedIn", "~>0.1-alpha2”
13+
pod "MappedIn", "~>0.1-alpha4"
1414
end

0 commit comments

Comments
 (0)