[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 0 / 3 / 5 / NLog / 3.0.1 / NLog.podspec.json
blob7d3d0cac37a0e37cab00c80ad0494cc4d018a4a9
2   "name": "NLog",
3   "version": "3.0.1",
4   "summary": "NLog is wrapper of print function",
5   "homepage": "http://cornerteam.com",
6   "license": "MIT",
7   "authors": "Nghia Nguyen",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "source": {
12     "git": "https://github.com/nghiaphunguyen/NLog.git",
13     "tag": "3.0.1"
14   },
15   "source_files": [
16     "Classes",
17     "NLog/NLog/**/*.{swift}"
18   ],
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "OTHER_LDFLAGS": "-lObjC"
22   },
23   "dependencies": {
24     "RealmSwift": [
26     ],
27     "Realm": [
29     ]
30   }