| { |
| "name": "RJFToast", |
| "version": "1.0", |
| "summary": "RJFToast 一个类似通知弹出组件", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/a20251313/RJFToast", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "a20251313": "ranjingfu@wanda.cn" |
| }, |
| "source": { |
| "git": "https://github.com/a20251313/RJFToast.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Pod/Classes/**/*", |
| "resources": [ |
| "Pod/Assets/*.png" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ] |
| } |