[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 4 / SNModuleKit / 0.9.6 / SNModuleKit.podspec.json
blob9f43205fe2bfcb0273a490425a92104123ebb58f
2   "name": "SNModuleKit",
3   "version": "0.9.6",
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.6"
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     "SNScanViewController": [
39     ],
40     "SNPhotoCarmeraViewController": [
42     ],
43     "SNBadgeView": [
45     ],
46     "SNPopupViewController": [
48     ],
49     "SNAnimations": [
51     ],
52     "SNDownTimer": [
54     ],
55     "SNFileManager": [
57     ],
58     "SNDBManager": [
60     ],
61     "SNTool": [
63     ],
64     "SNUIKit": [
66     ],
67     "SNFoundation": [
69     ],
70     "SNNetworking": [
72     ],
73     "SNMediatorKit": [
75     ]
76   },
77   "subspecs": [
78     {
79       "name": "Configuration",
80       "source_files": "SNModuleKit/SNModuleKit/Configuration/*.{h,m}"
81     },
82     {
83       "name": "Libs",
84       "source_files": "SNModuleKit/SNModuleKit/Libs/*.{h}"
85     },
86     {
87       "name": "ViewControllers",
88       "source_files": "SNModuleKit/SNModuleKit/ViewControllers/*.{h}"
89     },
90     {
91       "name": "Views",
92       "source_files": "SNModuleKit/SNModuleKit/Views/*.{h}"
93     },
94     {
95       "name": "Plugins",
96       "source_files": "SNModuleKit/SNModuleKit/Plugins/*.{h}"
97     }
98   ]