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