[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 5 / a / ContractCodegen / 0.1 / ContractCodegen.podspec.json
blob2e6032a0f29a495925965088c98420a5320082f2
2   "name": "ContractCodegen",
3   "version": "0.1",
4   "summary": "Generate code from abi.json",
5   "description": "Generate code from abi.json using Swift tool.",
6   "homepage": "https://github.com/AckeeCZ/Ethereum-iOS-Dev-Kit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ackee": "info@ackee.cz"
13   },
14   "source": {
15     "git": "https://github.com/AckeeCZ/Ethereum-iOS-Dev-Kit.git",
16     "tag": "0.1"
17   },
18   "preserve_paths": [
19     "ContractCodegen/bin/contractgen",
20     "ContractCodegen/Rakefile",
21     "ContractCodegen/templates/**",
22     "ContractCodegen/LICENSE"
23   ],
24   "platforms": {
25     "ios": "10.0"
26   },
27   "swift_version": "4.2",
28   "dependencies": {
29     "EtherKit": [
30       "~> 0.2.0"
31     ],
32     "ReactiveSwift": [
33       "~> 4.0"
34     ]
35   }