4 "homepage": "https://github.com/tonkeeper/ton-swift",
6 "git": "https://github.com/tonkeeper/ton-swift.git",
14 "Sergey Kotov": "kotov@tonkeeper.com",
15 "Oleg Andreev": "oleg@tonkeeper.com"
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.",
22 "swift_versions": "5.0",
25 "Source/**/*.{swift,c,h}",
26 "Source/**/**/*.{swift,c,h}"
42 "Tests/**/*.{swift,c,h}",
43 "Tests/**/**/*.{swift,c,h}"
45 "frameworks": "XCTest"
48 "swift_version": "5.0"