[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / b / LYToolsKit / 1.0.0 / LYToolsKit.podspec.json
blob333bf841b63ab3a47c1095833edc45751c2b4edb
2   "name": "LYToolsKit",
3   "version": "1.0.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": "1.0.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     },
26     {
27       "name": "UI",
28       "source_files": "LYToolsKit/UI/**/*.{h,m}"
29     },
30     {
31       "name": "Utility",
32       "source_files": "LYToolsKit/Utility/**/*.{h,m}"
33     }
34   ]