| { |
| "name": "PatchAppWithSDK", |
| "version": "1.0.0", |
| "summary": "This pod created for understanding how works cocoapods.", |
| "homepage": "https://github.com/IvanovDeveloper/PatchAppWithSDK.git", |
| "license": "MIT", |
| "authors": { |
| "Ivanov Developer": "ivanov.developer@mail.ru" |
| }, |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "source": { |
| "git": "https://github.com/IvanovDeveloper/PatchAppWithSDK.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "PatchAppWithSDK/**/*.{swift}", |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "PatchApiSDK": [ |
| |
| ] |
| }, |
| "swift_version": "4.2" |
| } |