| { |
| "name": "MyCheckKeys-iOS", |
| "version": "1.0.7", |
| "summary": "A SDK that enables the developer to open a Hotel room.", |
| "module_name": "MyCheckKeys", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://mycheckapp.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "eladsc": "eladsc@mycheck.co.il" |
| }, |
| "source": { |
| "git": "https://www.bitbucket.org/mycheck/mycheckkeys.git", |
| "tag": "1.0.7" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "dependencies": { |
| "MyCheckUtils": [ |
| "~> 1.0.2" |
| ] |
| }, |
| "source_files": [ |
| "MyCheckKeys/Model/**/*", |
| "MyCheckKeys/Model/**/*", |
| "MyCheckKeys/Network/**/*", |
| "MyCheckKeys/Providers/**/*", |
| "MyCheckKeys/Utils/**/*" |
| ], |
| "vendored_frameworks": "Frameworks/LegicMobileSdk.framework", |
| "swift_version": "5.0" |
| } |