[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / f / 2 / e / eosswift / 1.6.0 / eosswift.podspec.json
blob27501ca31ae16002a7d7cf3bae1c35ecbf9c6b0b
2   "name": "eosswift",
3   "version": "1.6.0",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "swift_version": "4.2",
8   "license": {
9     "type": "APACHE-2.0"
10   },
11   "homepage": "https://github.com/memtrip/eos-swift",
12   "authors": {
13     "Samuel Kirton": "sam@memtrip.com"
14   },
15   "summary": "EOS libraries for swift, designed primarily for iOS development.",
16   "source": {
17     "git": "https://github.com/memtrip/eos-swift.git",
18     "tag": "v1.6.0"
19   },
20   "source_files": "eosswift/**/*.{swift,h,c}",
21   "pod_target_xcconfig": {
22     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/eosswift/eosswift/microecc/**",
23     "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/eosswift/eosswift/"
24   },
25   "preserve_paths": "eosswift/microecc/module.modulemap",
26   "public_header_files": "eosswift/*.h",
27   "requires_arc": true,
28   "dependencies": {
29     "RxSwift": [
30       "~> 4.0"
31     ],
32     "RxCocoa": [
33       "~> 4.0"
34     ],
35     "BigInt": [
36       "~> 3.1.0"
37     ]
38   }