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_r259057868
########## File path: Cordova.podspec ########## @@ -0,0 +1,32 @@ +Pod::Spec.new do |s| + s.name = "Cordova" + s.version = "5.1.0" Review comment: Would it be possible to read this from the package.json file? We have too many copies of the version numbers in too many places, and our automated tool needs to try to keep track of all of them... if possible, it would be best to read the version from an existing spot that's guaranteed to be accurate. ---------------------------------------------------------------- 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]
