| { |
| "name": "DingdingAuth", |
| "version": "0.1.0", |
| "summary": "钉钉授权登录iOS SDK.", |
| "description": "钉钉授权登录iOS SDK", |
| "homepage": "https://gitee.com/Chestnutss/dingding-auth", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhangwenbin": "750460196@qq.com" |
| }, |
| "source": { |
| "git": "https://gitee.com/Chestnutss/dingauth.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "vendored_frameworks": "DingdingAuth/Classes/*.framework", |
| "pod_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" |
| }, |
| "user_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" |
| } |
| } |