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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to