[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 8 / 4 / SNModuleKit / 2.0.0 / SNModuleKit.podspec.json
blobc117acb39ace4e3b4177c7fed323c1fdb0903487
2   "name": "SNModuleKit",
3   "version": "2.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!",
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.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     "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     "SNTool": [
84     ],
85     "SNUIKit": [
87     ],
88     "SNAnimations": [
90     ],
91     "SNFoundation": [
93     ],
94     "SNFileManager": [
96     ],
97     "SNDBManager": [
99     ],
100     "SNNetworking": [
102     ],
103     "SNDownTimer": [
105     ]
106   },
107   "subspecs": [
108     {
109       "name": "Config",
110       "source_files": "SNModuleKit/SNModuleKit/Config/*.{h,m}"
111     },
112     {
113       "name": "Components",
114       "source_files": "SNModuleKit/SNModuleKit/Components/*.{h}"
115     },
116     {
117       "name": "Controls",
118       "source_files": "SNModuleKit/SNModuleKit/Controls/*.{h}"
119     },
120     {
121       "name": "Plugins",
122       "source_files": "SNModuleKit/SNModuleKit/Plugins/*.{h}"
123     },
124     {
125       "name": "Middlewares",
126       "source_files": "SNModuleKit/SNModuleKit/Middlewares/*.{h}"
127     }
128   ]