[Add] TMNavigation 0.0.950
[CocoaPods.git] / Specs / a / 9 / 6 / web3.swift / 0.3.3 / web3.swift.podspec.json
blobe3463431f34eedb3cf9df10d4fa2e058b62438b7
2   "name": "web3.swift",
3   "version": "0.3.3",
4   "license": "MIT",
5   "summary": "Ethereum API for Swift",
6   "homepage": "https://github.com/argentlabs/web3.swift",
7   "authors": {
8     "Julien Niset": "julien@argent.xyz",
9     "Matt Marshall": "matt@argent.xyz",
10     "Miguel Angel QuiƱones": "miguel@argent.xyz"
11   },
12   "source": {
13     "git": "https://github.com/argentlabs/web3.swift.git",
14     "tag": "0.3.3"
15   },
16   "module_name": "web3",
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": [
22     "web3swift/web3swift.h",
23     "web3swift/src/**/*.swift",
24     "web3swift/lib/**/*.{c,h}"
25   ],
26   "pod_target_xcconfig": {
27     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_TARGET_SRCROOT)/web3swift/lib/**",
28     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_TARGET_SRCROOT)/web3swift/lib/**"
29   },
30   "preserve_paths": "web3swift/lib/**/module.map",
31   "public_header_files": "web3swift/web3swift.h",
32   "dependencies": {
33     "BigInt": [
34       "~> 5.0.0"
35     ]
36   },
37   "swift_version": "5.0"