| { |
| "name": "YunWebView", |
| "version": "0.0.2", |
| "summary": "YunWebView framework for iOS", |
| "description": "YunWebView framework for iOS, it's a base framework for iOS writed by object-c", |
| "homepage": "https://github.com/yunWJR/YunWebView", |
| "license": "MIT", |
| "authors": { |
| "yun": "wangshifu7878@sina.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/yunWJR/YunWebView.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": [ |
| "YunWebView/YunWebView/Classes/*.{h,m}", |
| "YunWebView/YunWebView/Classes/**/*.{h,m}" |
| ], |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "dependencies": { |
| "YunBaseApp": [ |
| |
| ], |
| "YunImgView": [ |
| |
| ], |
| "JSONModel": [ |
| |
| ] |
| } |
| } |