[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / d / e / YDCategories / 1.1.1 / YDCategories.podspec.json
blobb9727ef7ec8dda48f179e6add91b41ee5d2bf9e7
2   "name": "YDCategories",
3   "version": "1.1.1",
4   "summary": "常用的分类集合.",
5   "homepage": "https://github.com/devYoungyang/YDCategories",
6   "license": "MIT",
7   "authors": {
8     "Yang": ""
9   },
10   "platforms": {
11     "ios": "5.0"
12   },
13   "source": {
14     "git": "https://github.com/devYoungyang/YDCategories.git",
15     "tag": "1.1.1"
16   },
17   "source_files": "YDCategories/YDCategories.h",
18   "frameworks": [
19     "UIKit",
20     "CoreFoundation",
21     "CoreGraphics"
22   ],
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Base",
27       "source_files": "YDCategories/Base/*.{h,m}"
28     },
29     {
30       "name": "Tools",
31       "source_files": "YDCategories/Tools/*.{h,m}"
32     }
33   ]