[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 5 / e / 0 / KRCommonComponents / 1.0.3 / KRCommonComponents.podspec.json
blob20ce280afb91f84bc8f0568390f040e87d2cf5e8
2   "name": "KRCommonComponents",
3   "version": "1.0.3",
4   "summary": "基础通用组件",
5   "description": "基础通用组件,放置全局配置,工具类,类别等文件.",
6   "homepage": "https://github.com/AaronDai23/KRCommonComponents.git",
7   "license": "MIT (KRCommonComponents)",
8   "authors": {
9     "AaronDai23": "1311511825@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/AaronDai23/KRCommonComponents.git",
16     "tag": "1.0.3"
17   },
18   "subspecs": [
19     {
20       "name": "Categories",
21       "source_files": "KRCommonComponents/Source/Categories/**/*",
22       "dependencies": {
23         "KRCommonComponents/Utilites": [
25         ],
26         "AFNetworking": [
27           "~> 3.2.1"
28         ]
29       }
30     },
31     {
32       "name": "Utilites",
33       "source_files": "KRCommonComponents/Source/Utilites/**/*"
34     },
35     {
36       "name": "Config",
37       "source_files": "KRCommonComponents/Source/Config/**/*"
38     }
39   ]