[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / 3 / YCYTool / 0.0.7 / YCYTool.podspec.json
blob6b0877359cb36280a448d4a7258a1f52889b68c5
2   "name": "YCYTool",
3   "version": "0.0.7",
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.7"
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/YCYNSData.h",
28         "YCYTool/YCYFoundation/YCYNSString/YCYNSString.h",
29         "YCYTool/YCYFoundation/YCYNSObject/YCYNSObject.h",
30         "YCYTool/YCYFoundation/YCYFoundation.h"
31       ],
32       "subspecs": [
33         {
34           "name": "YCYNSObject",
35           "source_files": [
36             "YCYTool/YCYFoundation/YCYNSObject/NSObject+{YCYAppInfo,YCYEasyCopy,YCYReflection}.{h,m}",
37             "YCYTool/YCYFoundation/YCYNSObject/YCYNSObject.h"
38           ]
39         },
40         {
41           "name": "YCYNSString",
42           "source_files": [
43             "YCYTool/YCYFoundation/YCYNSData/NSData+YCYBase64.h",
44             "YCYTool/YCYFoundation/YCYNSString/NSString+{YCYBase64}.{h,m}"
45           ]
46         },
47         {
48           "name": "YCYNSData",
49           "source_files": "YCYTool/YCYFoundation/YCYNSData/NSData+{YCYBase64}.{h,m}"
50         }
51       ]
52     }
53   ]