[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / f / 8 / 4 / SNModuleKit / 2.2.1 / SNModuleKit.podspec.json
blob21a2999b56f8407db7e620ff925c3342fab8d861
2   "name": "SNModuleKit",
3   "version": "2.2.1",
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.2.1"
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": [
47       "~> 2.5.3"
48     ],
49     "pop": [
51     ],
52     "WebViewJavascriptBridge": [
54     ],
55     "MBProgressHUD": [
57     ],
58     "MJRefresh": [
60     ],
61     "AFNetworking": [
63     ],
64     "IQKeyboardManager": [
66     ],
67     "SNMediatorKit": [
68       "~> 0.1.7"
69     ],
70     "SNScanViewController": [
71       "~> 0.1.3"
72     ],
73     "SNPopupViewController": [
74       "~> 0.1.2"
75     ],
76     "SNPhotoCarmeraViewController": [
77       "~> 0.0.6"
78     ],
79     "SNBadgeView": [
80       "~> 0.0.3"
81     ],
82     "SNImageBrowserViewController": [
83       "~> 0.0.3"
84     ],
85     "SNWebViewController": [
86       "~> 0.1.4"
87     ],
88     "SNTool": [
89       "~> 0.1.4"
90     ],
91     "SNUIKit": [
92       "~> 0.3.0"
93     ],
94     "SNAnimations": [
95       "~> 0.0.3"
96     ],
97     "SNFoundation": [
98       "~> 0.0.4"
99     ],
100     "SNFileManager": [
101       "~> 0.0.1"
102     ],
103     "SNDBManager": [
104       "~> 0.0.4"
105     ],
106     "SNNetworking": [
107       "~> 0.1.3"
108     ],
109     "SNDownTimer": [
110       "~> 0.0.8"
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   ]