| { |
| "name": "XTWebView", |
| "version": "0.1.0", |
| "summary": "A custom webview for pay and share with JS.", |
| "description": "A custom webview for pay and share with JS", |
| "homepage": "https://github.com/chaoxiaoyu/XTWebView", |
| "license": "MIT", |
| "authors": { |
| "chaoxiaoyu": "2445879918@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/chaoxiaoyu/XTWebView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "XTWebView/Classes/**/*.{h,m}", |
| "resource_bundles": { |
| "XTWebView": [ |
| "XTWebView/Assets/*.png" |
| ] |
| }, |
| "public_header_files": "XTWebView/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation", |
| "SystemConfiguration", |
| "JavaScriptCore" |
| ], |
| "dependencies": { |
| "iOS-AlipaySDK": [ |
| "3.0.2" |
| ], |
| "MBProgressHUD": [ |
| "0.9.2" |
| ], |
| "TencentOpenApiSDK": [ |
| "2.9.5" |
| ], |
| "Weixin": [ |
| "1.6.2" |
| ] |
| } |
| } |