| { |
| "name": "MFWebLottie", |
| "version": "0.1.0", |
| "summary": "Load the network resources of Lottie", |
| "description": "Load the network resources of Lottie. Cache", |
| "homepage": "https://github.com/YmiroS/MFWebLottie.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "MeetFresh": "yangshuo_2312@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/YmiroS/MFWebLottie.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "MFWebLottie/**/*", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "lottie-ios": [ |
| |
| ] |
| } |
| } |