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...
Running CocoaPods v. 1.0.0.beta.6 and Xcode 7.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.Member segiddins commented on Apr 1, 2016 @neonichu...
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...
CocoaPodspod 'Transloadit', '~> 3.0'Swift Package Managerdependencies: [ .package(url: "https://github.com/transloadit/TransloaditKit", .upToNextMajor(from: "3.0.0")) ]UsageStart by initializing Transloadit.let credentials = Transloadit.Credentials(key: "SomeKey", secret: "SomeSecret") let ...
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...