[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 3 / 8 / 1 / DYNSync / 1.0.4 / DYNSync.podspec.json
blobb2724b8db09cca79662d8182b307eaddd11406d8
2   "name": "DYNSync",
3   "version": "1.0.4",
4   "summary": "A short description of DYNSync.",
5   "description": "DYNSync",
6   "homepage": "https://github.com/WinkyShan/DYNSync.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WinkyShan": "2297971509@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/WinkyShan/DYNSync.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "source_files": "DYNSync/**/*.{h,m,mm}",
23   "public_header_files": "DYNSync/**/*.h",
24   "private_header_files": "DYNSync/crypto/x11/*.h",
25   "libraries": [
26     "bz2",
27     "sqlite3"
28   ],
29   "resource_bundles": {
30     "DYNSync": [
31       "DYNSync/*.xcdatamodeld",
32       "DYNSync/*.plist",
33       "DYNSync/*.lproj",
34       "DYNSync/MasternodeLists/*.dat"
35     ]
36   },
37   "frameworks": [
38     "Foundation",
39     "UIKit",
40     "SystemConfiguration",
41     "CoreData",
42     "BackgroundTasks"
43   ],
44   "compiler_flags": "-Wno-comma",
45   "dependencies": {
46     "secp256k1_dash": [
47       "0.1.2"
48     ],
49     "bls-signatures-pod": [
50       "0.2.9"
51     ],
52     "CocoaLumberjack": [
53       "3.6.0"
54     ],
55     "DYNAlertController": [
56       "1.0.0"
57     ],
58     "DSDynamicOptions": [
59       "0.1.0"
60     ]
61   },
62   "prefix_header_contents": "#import \"DSEnvironment.h\""