| { |
| "name": "AMOpensslTool", |
| "version": "0.1.1", |
| "summary": "A short description of AMOpensslTool.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/liujunjie/AMOpensslTool", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "liujunjie": "liujunjie@apemans.com" |
| }, |
| "source": { |
| "git": "https://gitlab.uip6.com/lego/amopenssltool.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AMOpensslTool/Classes/**/*", |
| "vendored_frameworks": "AMOpensslTool/Lib/OpenSSL.framework", |
| "pod_target_xcconfig": { |
| "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)" |
| } |
| } |