[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / 3 / YCYTool / 0.0.8 / YCYTool.podspec.json
blobdd15d64654cd7e13c9965896faa9ed526076b290
2   "name": "YCYTool",
3   "version": "0.0.8",
4   "summary": "YCYTool is tool.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/YCheck/YCYTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chengyou.yang": "864390553@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/YCheck/YCYTool.git",
16     "tag": "0.0.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YCYTool/YCYTool.h",
22   "frameworks": "Foundation",
23   "subspecs": [
24     {
25       "name": "YCYFundation",
26       "source_files": [
27         "YCYTool/YCYFoundation/**/YCYNSData.h",
28         "YCYTool/YCYFoundation/**/YCYNSString.h",
29         "YCYTool/YCYFoundation/**/YCYNSObject.h",
30         "YCYTool/YCYFoundation/YCYFoundation.h"
31       ],
32       "subspecs": [
33         {
34           "name": "YCYNSObject",
35           "source_files": [
36             "YCYTool/YCYFoundation/**/NSObject+{YCYAppInfo,YCYEasyCopy,YCYReflection}.{h,m}",
37             "YCYTool/YCYFoundation/**/YCYNSObject.h"
38           ]
39         },
40         {
41           "name": "YCYNSString",
42           "source_files": [
43             "YCYTool/YCYFoundation/**/NSData+YCYBase64.h",
44             "YCYTool/YCYFoundation/**/NSString+{YCYBase64}.{h,m}"
45           ]
46         },
47         {
48           "name": "YCYNSData",
49           "source_files": "YCYTool/YCYFoundation/**/NSData+{YCYBase64}.{h,m}"
50         }
51       ]
52     }
53   ]