[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / 8 / 4 / SNModuleKit / 1.0.0 / SNModuleKit.podspec.json
blobaa7ede3776a3bf7ae2cd94bfe2259552a6abfae2
2   "name": "SNModuleKit",
3   "version": "1.0.0",
4   "summary": "A delightful iOS and OS X Project framework.",
5   "description": "If your project uses component-based solutions, you'll be much more handy with this framework!This version is a streamlined version of this framework, very refreshing.",
6   "homepage": "https://github.com/snlo/SNModuleKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snlo": "snloveydus@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/snlo/SNModuleKit.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "SNModuleKit/SNModuleKit/SNModuleKit.h",
22   "resources": "SNModuleKit/SNModuleKit/Resources/*",
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "dependencies": {
28     "SNMediatorKit": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Config",
35       "source_files": "SNModuleKit/SNModuleKit/Config/*.{h,m}"
36     },
37     {
38       "name": "Middlewares",
39       "source_files": "SNModuleKit/SNModuleKit/Middlewares/*.{h}"
40     }
41   ]