[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 6 / 3 / f / YLCommonKit / 0.0.4 / YLCommonKit.podspec.json
blobce6747477c8ba7789e18a2f9b76dea6fe5fd5683
2   "name": "YLCommonKit",
3   "version": "0.0.4",
4   "summary": "我的基础库",
5   "description": "简单的整理,常用的分类",
6   "homepage": "https://github.com/xyl-private/YLCommonKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "村雨灬龑": "xyl-private@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/xyl-private/YLCommonKit.git",
19     "tag": "0.0.4"
20   },
21   "subspecs": [
22     {
23       "name": "YLMacro",
24       "source_files": "YLCommonKit/YLMacro/*.{h,m}",
25       "public_header_files": "YLCommonKit/YLMacro/*.h"
26     },
27     {
28       "name": "YLFoundation",
29       "source_files": "YLCommonKit/YLCategory/YLFoundation/**/*.{h,m}",
30       "public_header_files": "YLCommonKit/YLCategory/YLFoundation/**/*.h"
31     },
32     {
33       "name": "YLUIKit",
34       "source_files": "YLCommonKit/YLCategory/YLUIKit/**/*.{h,m}",
35       "public_header_files": "YLCommonKit/YLCategory/YLUIKit/**/*.h"
36     }
37   ]