[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 5 / 0 / NDLog / 0.0.2 / NDLog.podspec.json
blob4ca5d05f189a3172660a50e0315d3d9b26a742c1
2   "name": "NDLog",
3   "version": "0.0.2",
4   "summary": "A log system.",
5   "description": "NDLog is a small and lightweight framework that help log.",
6   "homepage": "https://github.com/hiep-nd/nd-log.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nguyen Duc Hiep": "hiep.nd@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "tvos": "9.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "5.1",
21     "5.2"
22   ],
23   "source": {
24     "git": "https://github.com/hiep-nd/nd-log.git",
25     "tag": "Pod-0.0.2"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "NDLog/Core/**/*.{h,m,mm}",
32       "public_header_files": "NDLog/Core/**/*.h"
33     },
34     {
35       "name": "Swift",
36       "dependencies": {
37         "NDLog/Core": [
39         ]
40       },
41       "source_files": "NDLog/Swift/**/*.{swift}"
42     }
43   ],
44   "swift_version": "5.2"