Skip to content

Instantly share code, notes, and snippets.

@fortmarek
Last active October 11, 2018 14:18
Show Gist options
  • Save fortmarek/81513b64d53e846b2e01735eeb93c9d8 to your computer and use it in GitHub Desktop.
Save fortmarek/81513b64d53e846b2e01735eeb93c9d8 to your computer and use it in GitHub Desktop.
platform :ios, '10.3'
project 'EthereumContracts'
inhibit_all_warnings!
use_frameworks!
target 'EthereumContracts' do
pod 'ContractCodegen', '~> 0.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment