[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 8 / 3 / MYToolKit / 0.0.2 / MYToolKit.podspec.json
blobcd740b8a9136da37e74a0f6d34b6aa67482c312c
2   "name": "MYToolKit",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "0.0.2",
7   "summary": "这是一个工具库,主要放一些经常要用的工具类,比如链式实现的自动布局、xib约束适配、xib字体适配等",
8   "homepage": "https://github.com/cwn152522/MYToolKit",
9   "license": "MIT",
10   "authors": {
11     "cwn": "1014949353@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/cwn152522/MYToolKit.git",
15     "tag": "0.0.2"
16   },
17   "frameworks": "UIKit",
18   "subspecs": [
19     {
20       "name": "MYAutolayout",
21       "source_files": "source_files/MYAutolayout/*.{h,m}"
22     },
23     {
24       "name": "MYJsonModel",
25       "source_files": "source_files/MYJsonModel/*.{h,m}"
26     },
27     {
28       "name": "MYTableReuseId",
29       "source_files": "source_files/MYTableReuseId/*.{h,m}"
30     }
31   ]