[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / b / LYToolsKit / 0.3.0 / LYToolsKit.podspec.json
blobc8f941c64e76fb7683b95095ec0583ebc84ceec4
2   "name": "LYToolsKit",
3   "version": "0.3.0",
4   "summary": "LYToolsKit is Foundation|UI|Utility SDK.",
5   "homepage": "https://github.com/yyly/LYToolsKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yyly": "mingyuegucheng@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/yyly/LYToolsKit.git",
15     "tag": "0.3.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "LYToolsKit/LYToolsKit.h",
21   "subspecs": [
22     {
23       "name": "Foundation",
24       "source_files": "LYToolsKit/Foundation/**/*.{h,m}",
25       "pod_target_xcconfig": {
26         "OTHER_LDFLAGS": "-ObjC"
27       }
28     },
29     {
30       "name": "UI",
31       "source_files": "LYToolsKit/UI/**/*.{h,m}",
32       "pod_target_xcconfig": {
33         "OTHER_LDFLAGS": "-ObjC"
34       }
35     },
36     {
37       "name": "Utility",
38       "source_files": "LYToolsKit/Utility/**/*.{h,m}",
39       "dependencies": {
40         "Masonry": [
42         ],
43         "LYToolsKit/UI": [
45         ]
46       }
47     }
48   ]