Skip to content

TTCECO/ACNSDK_iOS

Repository files navigation

ACNSDK_iOS

CocoaPods Compatible Platform

Install

Install by CocoaPods

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'

target '<Your Target Name>' do
    use_frameworks!
    pod 'ACNSDK_ios'
    pod 'web3swift', :git => "https://github.com/skywinder/web3swift"
end

Note: If your DAPP is developed in Object-C, please select the swift version 5.0+.