| { |
| "name": "MYToolKit", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "version": "0.0.3", |
| "swift_version": "4.0", |
| "summary": "这是一个工具库,主要放一些经常要用的工具类,比如链式实现的自动布局、xib约束适配、xib字体适配等", |
| "homepage": "https://github.com/cwn152522/MYToolKit", |
| "license": "MIT", |
| "authors": { |
| "cwn": "1014949353@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/cwn152522/MYToolKit.git", |
| "tag": "0.0.3" |
| }, |
| "frameworks": "UIKit", |
| "subspecs": [ |
| { |
| "name": "MYAutolayout", |
| "source_files": "source_files/MYAutolayout/*.{h,m}" |
| }, |
| { |
| "name": "MYJsonModel", |
| "source_files": "source_files/MYJsonModel/*.{h,m,swift}" |
| }, |
| { |
| "name": "MYTableReuseId", |
| "source_files": "source_files/MYTableReuseId/*.{h,m}" |
| } |
| ] |
| } |