Cocoapods support for Cordova 3.x.x
####Current pod spec lint
- Add this repo to Cocoapods:
pod repo add CordovaSpecs git@github.com:rivera-ernesto/Cordova-Podspecs.git
- Validate the customized
Cordova.podspec
pod spec lint --no-clean <PATH>/Cordova.podspec
- Or in your Podfile add:
pod 'Cordova', :podspec => '<PATH>/Cordova.podspec'
# or
# pod 'Cordova', :podspec => 'https://raw.github.com/rivera-ernesto/Cordova-Podspecs/master/Cordova.podspec'
You may use this repository for easier development.
To push spec changes from this repository to the central CocoaPods/Specs repo:
pod push PATH/TO/SPECS/REPO --local-only
Then submit a pull request.
