Running CocoaPods v.1.0.0.beta.6and Xcode7.2.1. My project contains an iOS app as well as a watchOS app. All targets has the flag "Embedded Content Contains Swift Code" set to YES as all of my source files are written Swift. Embedded Content Contains Swift CodetoNOon the app target ...
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '11.0' use_frameworks! target '<Your Target Name>' do pod 'Filestack', '~> 2.9.6' end Then, run the following command: $ pod install Carthage Carthageis a decentralized dependency manager that builds your dependencies and pr...
Installation with CocoaPods pod 'TransporterSwift', '0.1.1' Then run the following command: pod install Copying all the files into your project Using submodule Todo retry, pause, cancel validation Requirements iOS 8.0+ Xcode 6.1 License Transporter is released under the MIT license. See LICENSE...
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '11.0' use_frameworks! target '<Your Target Name>' do pod 'Filestack', '~> 2.9.6' end Then, run the following command: $ pod install Carthage Carthage is a decentralized dependency manager that builds your dependencies and...