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

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

     [ https://issues.apache.org/jira/browse/CB-12902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-12902.
-----------------------------------
    Resolution: Duplicate

> 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