[GitHub] cordova-ios pull request #226: Add one cocoapod to Cordova project

2016-06-02 Thread juliascript
Github user juliascript closed the pull request at:

https://github.com/apache/cordova-ios/pull/226


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #226: Add one cocoapod to Cordova project

2016-06-02 Thread juliascript
GitHub user juliascript opened a pull request:

https://github.com/apache/cordova-ios/pull/226

Add one cocoapod to Cordova project

To use: 

var podMod = require('./installPods.js');

podMod.installPodsSync ('HelloCordova', './HelloCordova', 
'GoogleAnalytics'); 
//or
podMod.installPodsSync ('HelloCordova', './HelloCordova', 'AFNetworking', 
'~> 2.0');  

*** Works only for one pod at the moment -- calling it more than once will 
overwrite any previous pods *** 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/juliascript/cordova-ios 
CB-9825-cocoapod-install

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-ios/pull/226.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #226


commit 04d1f87cad4c47c3f470c5a6fc69582ab06a1394
Author: juliascript 
Date:   2016-06-02T23:32:55Z

Add one cocoapod to Cordova project




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org