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