| { |
| "name": "ZBOpenSSL", |
| "version": "0.0.2", |
| "summary": "OpenSSL tools!", |
| "description": "This is a openssl tools!", |
| "homepage": "https://github.com/githubzb/ZBOpenSSL", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "dr.box": "1126976340@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/githubzb/ZBOpenSSL.git", |
| "tag": "0.0.2" |
| }, |
| "requires_arc": true, |
| "source_files": "ZBOpenSSL/Resource/**/*.{h,m}", |
| "dependencies": { |
| "GTMBase64": [ |
| "~> 1.0.1" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "openssl", |
| "vendored_frameworks": "openssl.framework" |
| } |
| ] |
| } |