would there be any reason I'd have to edit this po...
# moko
a
would there be any reason I'd have to edit this portion of the podfile?
Copy code
target 'ios-app' do
  pod 'MultiPlatformLibrary', :path => '../mpp-library'
  pod 'MultiPlatformLibraryMvvm', :git => '<https://github.com/icerockdev/moko-mvvm.git>', :tag => 'release/0.3.0'
  pod 'MultiPlatformLibraryResources', :git => '<https://github.com/icerockdev/moko-resources.git>', :tag => 'release/0.3.0'
  pod 'MultiPlatformLibraryUnits/Core', :git => '<https://github.com/icerockdev/moko-units.git>', :tag => 'release/0.1.0'
end