| { |
| "name": "YKBusinessCommonComponent", |
| "version": "0.0.1", |
| "summary": "发送邮件包含 附件", |
| "description": "2.添加录音功能,添加失败回调", |
| "homepage": "https://github.com/yinyakun/YKBusinessCommonComponent", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yinyakun": "yinyakun123@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/yinyakun/YKBusinessCommonComponent.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LNBusinessCommonComponent/Classes/*", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "WaterImage", |
| "source_files": "LNBusinessCommonComponent/Classes/WaterImage/**/*" |
| }, |
| { |
| "name": "SendEmail", |
| "source_files": "LNBusinessCommonComponent/Classes/SendEmail/**/*" |
| }, |
| { |
| "name": "VoiceRecorder", |
| "source_files": "LNBusinessCommonComponent/Classes/VoiceRecorder/**/*" |
| } |
| ] |
| } |