4 "summary": "TDLib JSON interface for iOS, macOS, watchOS and tvOS",
5 "description": "TDLib (Telegram Database library) is a cross-platform library for building Telegram clients. tdjson is a C interface for interaction with TDLib via JSON-serialized objects. Can be used to easily integrate TDLib with any programming language which supports calling C functions and is able to work with JSON.",
6 "homepage": "https://github.com/ky1vstar/tdjson",
9 "file": "LICENSE_1_0.txt"
16 "http": "https://github.com/ky1vstar/tdjson/releases/download/1.4.0/tdjson.cocoapods.tar.gz"
29 "public_header_files": "Source/td/**/*.h",
45 "frameworks": "Foundation",
47 "preserve_paths": "iOS/*.a",
48 "vendored_libraries": "iOS/*.a"
51 "preserve_paths": "macOS/*.a",
52 "vendored_libraries": "macOS/*.a"
55 "preserve_paths": "watchOS/*.a",
56 "vendored_libraries": "watchOS/*.a"
59 "preserve_paths": "tvOS/*.a",
60 "vendored_libraries": "tvOS/*.a"