You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Libin Varghese (JIRA)" <ji...@apache.org> on 2017/06/08 18:52:18 UTC

[jira] [Created] (CB-12902) Support addition of Swift based Pods via CocoaPods

Libin Varghese created CB-12902:
-----------------------------------

             Summary: Support addition of Swift based Pods via CocoaPods
                 Key: CB-12902
                 URL: https://issues.apache.org/jira/browse/CB-12902
             Project: Apache Cordova
          Issue Type: Improvement
          Components: cordova-ios
            Reporter: Libin Varghese
            Priority: Minor


Add support for Swift based Pods.

An attribute 'use_frameworks' could be added to the <framework> element of plugin.xml. ie. only when type="podspec".

{code:xml}
<framework src="SwiftyJSON" type="podspec" spec="~>3.1.4"  use_frameworks="true"/>
{code}

This would insert the below into the Podfile

{code}
use_frameworks!
{code}

https://guides.cocoapods.org/syntax/podfile.html#use_frameworks_bang



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org