| { |
| "name": "XyWidget", |
| "version": "1.1.5", |
| "summary": "项目辅助类", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/TAEYANGXU/XyWidget", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "TAEYANGXU": "albert_xyz@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/TAEYANGXU/XyWidget.git", |
| "tag": "1.1.5" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "YYText": [ |
| |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "ViewExtension", |
| "source_files": "XyWidget/Classes/ViewExtension/**/*", |
| "public_header_files": "XyWidget/Classes/ViewExtension/**/*.h", |
| "dependencies": { |
| "XyWidget/Const": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Custom", |
| "source_files": "XyWidget/Classes/Custom/**/*", |
| "public_header_files": "XyWidget/Classes/Custom/**/*.h" |
| }, |
| { |
| "name": "Const", |
| "source_files": "XyWidget/Classes/Const/**/*", |
| "public_header_files": "XyWidget/Classes/Const/**/*.h" |
| }, |
| { |
| "name": "Categorys", |
| "source_files": "XyWidget/Classes/Categorys/**/*", |
| "public_header_files": "XyWidget/Classes/Categorys/**/*.h", |
| "dependencies": { |
| "YYText": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Tools", |
| "source_files": "XyWidget/Classes/Tools/**/*", |
| "public_header_files": "XyWidget/Classes/Tools/**/*.h" |
| } |
| ] |
| } |