| { |
| "name": "VanFramework", |
| "version": "2.14.0", |
| "summary": "A Framework of iOS development. It will help developer more efficient", |
| "homepage": "https://github.com/Vandrim/VANFramework", |
| "license": "MIT", |
| "authors": { |
| "vandrim": "vandrim@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/Vandrim/VANFramework.git", |
| "tag": "2.14.0" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "resources": "Resources.bundle", |
| "vendored_frameworks": "WWJFramework.framework", |
| "requires_arc": true, |
| "dependencies": { |
| "Masonry": [ |
| ">= 1.1.0" |
| ] |
| } |
| } |