[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 3 / f / 1 / SwiftRLP / 1.2 / SwiftRLP.podspec.json
blob4712ae4f355ff5293c044d853b332680f554d612
2   "name": "SwiftRLP",
3   "version": "1.2",
4   "summary": "RLP implementation in vanilla Swift for iOS ans macOS",
5   "description": "RLP implementation in vanilla Swift, intended for mobile developers of wallets, Dapps and Web3.0",
6   "homepage": "https://github.com/shamatar/SwiftRLP",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Alex Vlasov": "alex.m.vlasov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/shamatar/SwiftRLP.git",
13     "tag": "1.2"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_version": "4.2",
17   "module_name": "SwiftRLP",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "public_header_files": "SwiftRLP/SwiftRLP.h",
23   "source_files": [
24     "Classes/RLP.swift",
25     "SwiftRLP/SwiftRLP.h"
26   ],
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "dependencies": {
31     "BigInt": [
32       "~> 3.1"
33     ]
34   }