| { |
| "name": "LLNavigationView", |
| "version": "0.1.0", |
| "summary": "简单的导航视图.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/LOLITA0164/LLNavigationView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "LOLITA0164": "476512340@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/LOLITA0164/LLNavigationView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LLNavigationView/Classes/**/*", |
| "resources": [ |
| "LLNavigationView/Assets/*" |
| ], |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.1.0" |
| ] |
| } |
| } |