[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / e / 5 / f / TonSwift / 1.0.1 / TonSwift.podspec.json
blob57410c2f461f149ed0af4e58120a0f840ae0cea4
2   "name": "TonSwift",
3   "version": "1.0.1",
4   "homepage": "https://github.com/tonkeeper/ton-swift",
5   "source": {
6     "git": "https://github.com/tonkeeper/ton-swift.git",
7     "tag": "1.0.1"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Sergey Kotov": "kotov@tonkeeper.com",
15     "Oleg Andreev": "oleg@tonkeeper.com"
16   },
17   "summary": "Pure Swift implementation of TON core data structures.",
18   "description": "Pure Swift implementation of TON core data structures: integers, bitstrings, cells, bags of cells, contracts and messages. The focus of the library is type safety and serialization. It does not support connectivity to TON p2p network, or Toncenter, Tonapi.io etc.",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": [
24     "Source/*.{swift,h}",
25     "Source/**/*.{swift,c,h}",
26     "Source/**/**/*.{swift,c,h}"
27   ],
28   "dependencies": {
29     "BigInt": [
31     ],
32     "TweetNacl": [
34     ]
35   },
36   "testspecs": [
37     {
38       "name": "Tests",
39       "test_type": "unit",
40       "source_files": [
41         "Tests/*.{swift,h}",
42         "Tests/**/*.{swift,c,h}",
43         "Tests/**/**/*.{swift,c,h}"
44       ],
45       "frameworks": "XCTest"
46     }
47   ],
48   "swift_version": "5.0"