[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / e / b / YYTooling / 1.0.3 / YYTooling.podspec.json
blobc2742351403b5eb804982be19e7692c9ebecb8ac
2   "name": "YYTooling",
3   "version": "1.0.3",
4   "summary": "a YYTooling component",
5   "description": "YYTooling 是一个用于保存一些常用工具类的工具",
6   "homepage": "https://github.com/ArrQ/YYTools",
7   "license": "MIT",
8   "authors": {
9     "ArrQ": "2206506738@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "frameworks": [
15     "UIKit",
16     "Foundation"
17   ],
18   "source": {
19     "git": "https://github.com/ArrQ/YYTools.git",
20     "tag": "1.0.3"
21   },
22   "requires_arc": true,
23   "source_files": "YYToolOne/YYTools/YYTooling/YYTools.h",
24   "subspecs": [
25     {
26       "name": "YYNoticeViewTool",
27       "platforms": {
28         "ios": "8.0"
29       },
30       "source_files": [
31         "YYToolOne/YYTools/YYTooling/YYNoticeViewTool/YYNoticeViewTool.h",
32         "YYToolOne/YYTools/YYTooling/YYNoticeViewTool/**/**.{h,m}"
33       ]
34     }
35   ]