| { |
| "name": "FDLoginModuleObjC", |
| "version": "1.0.1", |
| "summary": "登录模块", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/fandongtongxue/FDLoginModuleObjC", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "fandongtongxue": "admin@fandong.me" |
| }, |
| "source": { |
| "git": "https://github.com/fandongtongxue/FDLoginModuleObjC.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "FDLoginModuleObjC/Classes/**/*", |
| "resource_bundles": { |
| "FDLoginModuleObjC": [ |
| "FDLoginModuleObjC/Assets/*" |
| ] |
| }, |
| "xcconfig": { |
| "VALID_ARCHS": "armv7 arm64 x86_64" |
| }, |
| "dependencies": { |
| "FDNetworkObjC": [ |
| |
| ], |
| "FDUIKitObjC": [ |
| |
| ], |
| "FDIMModuleObjC": [ |
| |
| ], |
| "SSKeychain": [ |
| |
| ] |
| }, |
| "deprecated": true |
| } |