[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 9 / 6 / web3.swift / 0.9.3 / web3.swift.podspec.json
blob89007f9aafc0d18e73e40d85c4be064a9ebdb229
2   "name": "web3.swift",
3   "version": "0.9.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.9.3"
15   },
16   "module_name": "web3",
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": [
22     "web3swift/src/**/*.swift",
23     "web3swift/lib/**/*.{c,h,swift}"
24   ],
25   "pod_target_xcconfig": {
26     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(inherited) $(PODS_TARGET_SRCROOT)/web3swift/lib/**",
27     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(inherited) $(PODS_TARGET_SRCROOT)/web3swift/lib/**"
28   },
29   "preserve_paths": "web3swift/lib/**/module.map",
30   "dependencies": {
31     "BigInt": [
32       "~> 5.0.0"
33     ],
34     "secp256k1.swift": [
35       "~> 0.1"
36     ],
37     "GenericJSON": [
38       "~> 2.0"
39     ]
40   },
41   "swift_version": "5.0"