Closed xbeaufils closed 4 years ago
I have a dependency that need a plateform version of IOS greater than 8.0. By default, cocoapods uses version 8.0 if nothing is specified. And I don't find a way to specify this target plateform.
In the file ios/Runner.xcodeproj/project.pbxproj, I have found IPHONEOS_DEPLOYMENT_TARGET that I set to 9.0. It works
I have a dependency that need a plateform version of IOS greater than 8.0. By default, cocoapods uses version 8.0 if nothing is specified. And I don't find a way to specify this target plateform.