[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 3 / 8 / TezosGen / 0.1 / TezosGen.podspec.json
blob8f3be05642e2f2ae6a030d600e4194c04c3d81f4
2   "name": "TezosGen",
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/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": "0.1"
17   },
18   "preserve_paths": [
19     "TezosGen/bin/tezosgen",
20     "TezosGen/Rakefile",
21     "TezosGen/templates/**",
22     "LICENSE"
23   ],
24   "platforms": {
25     "ios": "10.0"
26   },
27   "swift_version": "4.2",
28   "dependencies": {
29     "TezosSwift": [
31     ]
32   }