[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 3 / 8 / TezosGen / 1.0 / TezosGen.podspec.json
blob15e75fff64c14078dc1fe6b250549e25c15b2b8d
2   "name": "TezosGen",
3   "version": "1.0",
4   "summary": "Generate code from abi.json",
5   "description": "Generate code from abi.json using Swift tool.",
6   "homepage": "https://github.com/AckeeCZ/Tezos-iOS-Dev-Kit.git",
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/Tezos-iOS-Dev-Kit.git",
16     "tag": "1.0"
17   },
18   "preserve_paths": [
19     "TezosGen/**",
20     "LICENSE"
21   ],
22   "platforms": {
23     "ios": "10.0"
24   },
25   "swift_version": "4.2",
26   "dependencies": {
27     "TezosSwift": [
28       "~> 1.0"
29     ]
30   }