| { |
| "name": "YAMediaKit", |
| "version": "0.1.0", |
| "summary": "YAMediaKit", |
| "description": "YAMediaKit", |
| "homepage": "https://github.com/onesmash/YAMediaKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xuhui": "good122000@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/onesmash/YAMediaKit.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": [ |
| "YAMediaKit.h", |
| "AVKit/**/*.{h,m,mm}" |
| ], |
| "public_header_files": [ |
| "YAMediaKit.h", |
| "AVKit/AVPlayerItem+YA.h", |
| "AVKit/YAVideoDownloader.h" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "YAKit": [ |
| |
| ] |
| } |
| } |