[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / f / 8 / 4 / SNModuleKit / 0.9.10 / SNModuleKit.podspec.json
blob7f876c3132a2a2a776a36ba8ec1576ac04df5e27
2   "name": "SNModuleKit",
3   "version": "0.9.10",
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.10"
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     "SNMediatorKit": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Config",
35       "source_files": "SNModuleKit/SNModuleKit/Config/*.{h,m}"
36     },
37     {
38       "name": "Middlewares",
39       "source_files": "SNModuleKit/SNModuleKit/Middlewares/*.{h}"
40     }
41   ]