dpogue commented on a change in pull request #543: GH-542 Adding Podspec for Cordova library URL: https://github.com/apache/cordova-ios/pull/543#discussion_r259058423
########## File path: Cordova.podspec ########## @@ -0,0 +1,32 @@ +Pod::Spec.new do |s| + s.name = "Cordova" + s.version = "5.1.0" + s.summary = "Cordova for iOS" + s.homepage = "https://github.com/apache/cordova-ios" + s.license = { :type => "Apache 2.0", :file => "LICENSE" } + s.author = { "Bharath Hariharan" => "[email protected]" } + s.platform = :ios, "11.0" Review comment: I think the minimum iOS version currently supported is 10.0, not 11.0 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
