| { |
| "name": "WYDevToolKitiOS", |
| "version": "0.2.0", |
| "license": "MIT", |
| "summary": "iOS开发基础工具集成", |
| "description": "# 使用方法\n```\npod 'WYDevToolKitiOS'\n```\n```\n$ pod install\n```\n\n直接导入即可\n```\n#import <WYDevToolKitiOS/WYDevToolKit.h>\n```", |
| "homepage": "https://github.com/WangYyyyy/WYDevToolKitiOS", |
| "source": { |
| "git": "https://github.com/WangYyyyy/WYDevToolKitiOS.git", |
| "tag": "0.2.0" |
| }, |
| "source_files": "WYDevToolKit/**/*.{h,m}", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "authors": { |
| "wangyu": "5877156@qq.com" |
| } |
| } |