[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / d / 9 / YYCommon / 1.0.0 / YYCommon.podspec.json
blob0cde8ae797a6207de9fe8e8763e23087187b465b
2   "name": "YYCommon",
3   "version": "1.0.0",
4   "summary": "a common component",
5   "homepage": "https://github.com/ArrQ/YYTools",
6   "license": "MIT",
7   "authors": {
8     "ArrQ": "2206506738@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "frameworks": [
14     "UIKit",
15     "Foundation"
16   ],
17   "source": {
18     "git": "https://github.com/ArrQ/YYTools.git",
19     "tag": "1.0.0"
20   },
21   "requires_arc": true,
22   "source_files": "YYTools/YYTools/YYCommon/YYTools.h",
23   "subspecs": [
24     {
25       "name": "Tool",
26       "platforms": {
27         "ios": "8.0"
28       },
29       "source_files": [
30         "YYTools/YYTools/YYCommon/YYNoticeViewTool/YYNoticeViewTool.h",
31         "YYTools/YYTools/YYCommon/YYNoticeViewTool/**/**.{h,m}"
32       ]
33     }
34   ]