[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 8 / 4 / SNModuleKit / 0.9.8 / SNModuleKit.podspec.json
blob919837978258d0e2b93c4593cd75f357bb5f23be
2   "name": "SNModuleKit",
3   "version": "0.9.8",
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!",
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": "0.9.8"
20   },
21   "source_files": "SNModuleKit/SNModuleKit/SNModuleKit.h",
22   "resources": "SNModuleKit/SNModuleKit/Resources/SNModuleKit.bundle",
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "dependencies": {
28     "SAMKeychain": [
30     ],
31     "Aspects": [
33     ],
34     "IQKeyboardManager": [
36     ],
37     "ReactiveObjC": [
39     ],
40     "SNScanViewController": [
42     ],
43     "SNPhotoCarmeraViewController": [
45     ],
46     "SNBadgeView": [
48     ],
49     "SNPopupViewController": [
51     ],
52     "SNAnimations": [
54     ],
55     "SNDownTimer": [
57     ],
58     "SNFileManager": [
60     ],
61     "SNDBManager": [
63     ],
64     "SNTool": [
66     ],
67     "SNUIKit": [
69     ],
70     "SNFoundation": [
72     ],
73     "SNNetworking": [
75     ],
76     "SNMediatorKit": [
78     ]
79   },
80   "subspecs": [
81     {
82       "name": "Config",
83       "source_files": "SNModuleKit/SNModuleKit/Config/*.{h,m}"
84     },
85     {
86       "name": "Components",
87       "source_files": "SNModuleKit/SNModuleKit/Components/*.{h}"
88     },
89     {
90       "name": "Controls",
91       "source_files": "SNModuleKit/SNModuleKit/Controls/*.{h}"
92     },
93     {
94       "name": "Plugins",
95       "source_files": "SNModuleKit/SNModuleKit/Plugins/*.{h}"
96     },
97     {
98       "name": "Middlewares",
99       "source_files": "SNModuleKit/SNModuleKit/Middlewares/*.{h}"
100     }
101   ]