[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / a / YYCategoryKit / 0.0.8 / YYCategoryKit.podspec.json
blob065f1beff5d3c1d5821d7eaa563932752a3cf66e
2   "name": "YYCategoryKit",
3   "version": "0.0.8",
4   "summary": "自己积累的分类方法",
5   "description": "自己积累的分类方法,便于快速开发",
6   "homepage": "https://github.com/yuanyuan100/YYCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yuanyuan100": "469092943@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yuanyuan100/YYCategory.git",
16     "tag": "0.0.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "public_header_files": "YYCategoryKit/Classes/**/*.h",
23   "source_files": "YYCategoryKit/Classes/**/*.{h,m}",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ]