[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 4 / SNModuleKit / 2.1.0 / SNModuleKit.podspec.json
blob02cfa97317eac92c97a0af44ab3db75862ce91e6
2   "name": "SNModuleKit",
3   "version": "2.1.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!",
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": "2.1.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     "SAMKeychain": [
30     ],
31     "Aspects": [
33     ],
34     "ReactiveObjC": [
36     ],
37     "SDWebImage": [
39     ],
40     "Masonry": [
42     ],
43     "FMDB/FTS": [
45     ],
46     "lottie-ios": [
48     ],
49     "pop": [
51     ],
52     "WebViewJavascriptBridge": [
54     ],
55     "MBProgressHUD": [
57     ],
58     "MJRefresh": [
60     ],
61     "AFNetworking": [
63     ],
64     "IQKeyboardManager": [
66     ],
67     "SNMediatorKit": [
69     ],
70     "SNScanViewController": [
72     ],
73     "SNPopupViewController": [
75     ],
76     "SNPhotoCarmeraViewController": [
78     ],
79     "SNBadgeView": [
81     ],
82     "SNImageBrowserViewController": [
84     ],
85     "SNWebViewController": [
87     ],
88     "SNTool": [
90     ],
91     "SNUIKit": [
93     ],
94     "SNAnimations": [
96     ],
97     "SNFoundation": [
99     ],
100     "SNFileManager": [
102     ],
103     "SNDBManager": [
105     ],
106     "SNNetworking": [
108     ],
109     "SNDownTimer": [
111     ]
112   },
113   "subspecs": [
114     {
115       "name": "Config",
116       "source_files": "SNModuleKit/SNModuleKit/Config/*.{h,m}"
117     },
118     {
119       "name": "Components",
120       "source_files": "SNModuleKit/SNModuleKit/Components/*.{h}"
121     },
122     {
123       "name": "Controls",
124       "source_files": "SNModuleKit/SNModuleKit/Controls/*.{h}"
125     },
126     {
127       "name": "Plugins",
128       "source_files": "SNModuleKit/SNModuleKit/Plugins/*.{h}"
129     },
130     {
131       "name": "Middlewares",
132       "source_files": "SNModuleKit/SNModuleKit/Middlewares/*.{h}"
133     }
134   ]