[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / b / 9 / HYFoundationCategory / 0.1.1 / HYFoundationCategory.podspec.json
blob8260ac889be7ca192252d077ab483327a7492f41
2   "name": "HYFoundationCategory",
3   "version": "0.1.1",
4   "summary": "HYFoundationCategory",
5   "description": "iOS的Foundation框架的分类",
6   "homepage": "https://github.com/oceanfive/HYFoundationCategory",
7   "license": "MIT",
8   "authors": {
9     "oceanfive": "849638313@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/oceanfive/HYFoundationCategory.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "HYFoundationCategory/HYFoundationCategory/Category/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "dependencies": {
23     "HYTool": [
24       "~> 0.0.3"
25     ]
26   }