[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / f / 9 / NGModel / 0.0.1 / NGModel.podspec.json
blob7a766b41472e80413302df39f865bbe004c66c88
2   "name": "NGModel",
3   "version": "0.0.1",
4   "summary": "NGModel is a model to json lib.",
5   "description": "NGModel is a model to json lib!",
6   "homepage": "https://github.com/naijoug/NGModel",
7   "license": "MIT",
8   "authors": {
9     "naijoug": "naijoug@126.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/naijoug/NGModel.git",
16     "tag": "0.0.1"
17   },
18   "public_header_files": "NGModel/*.h",
19   "source_files": "NGModel/*.{h,m}",
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "dependencies": {
23     "YYModel": [
24       "~> 1.0.4"
25     ]
26   }