We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c996a7 commit b1c2f1fCopy full SHA for b1c2f1f
podfile
@@ -1,14 +1,14 @@
1
-source "https://github.com/PaulBernhardt/podspec.git"
+source "https://github.com/MappedIn/podspec.git"
2
workspace "iOS.xcworkspace"
3
xcodeproj "Examples/Hello World/Hello World.xcodeproj"
4
xcodeproj "Examples/Single Venue/Single Venue.xcodeproj"
5
6
target "Hello World" do
7
8
- pod "MappedIn", "~>0.1-alpha2”
+ pod "MappedIn", "~>0.1-alpha4"
9
end
10
11
target "Single Venue" do
12
13
14
0 commit comments