[Add] LogRocket 1.47.2
[CocoaPods.git] / Specs / 3 / 8 / e / tdjson / 1.4.0 / tdjson.podspec.json
blob0233b4460399c11963f5af53284264fa86f5af14
2   "name": "tdjson",
3   "version": "1.4.0",
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",
7   "license": {
8     "type": "BSL-1.0",
9     "file": "LICENSE_1_0.txt"
10   },
11   "authors": [
12     "Telegram",
13     "ky1vstar"
14   ],
15   "source": {
16     "http": "https://github.com/ky1vstar/tdjson/releases/download/1.4.0/tdjson.cocoapods.tar.gz"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0",
21     "osx": "10.9",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "source_files": [
26     "Source/td/**/*.h",
27     "Source/*.swift"
28   ],
29   "public_header_files": "Source/td/**/*.h",
30   "libraries": [
31     "c++",
32     "z",
33     "crypto",
34     "ssl",
35     "tdcore",
36     "tdactor",
37     "tdclient",
38     "tddb",
39     "tdjson_private",
40     "tdjson_static",
41     "tdnet",
42     "tdsqlite",
43     "tdutils"
44   ],
45   "frameworks": "Foundation",
46   "ios": {
47     "preserve_paths": "iOS/*.a",
48     "vendored_libraries": "iOS/*.a"
49   },
50   "osx": {
51     "preserve_paths": "macOS/*.a",
52     "vendored_libraries": "macOS/*.a"
53   },
54   "watchos": {
55     "preserve_paths": "watchOS/*.a",
56     "vendored_libraries": "watchOS/*.a"
57   },
58   "tvos": {
59     "preserve_paths": "tvOS/*.a",
60     "vendored_libraries": "tvOS/*.a"
61   }