| { |
| "name": "MPushSwift", |
| "version": "0.4.2", |
| "summary": "MPush iOS SDK.", |
| "description": "MPush iOS SDK to integrate the MPush service in your app.", |
| "homepage": "https://github.com/Mumble-SRL/MPush-Swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "LorenzOliveto": "lorenzo.oliveto@mumbleideas.it" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/Mumble-SRL/MPush-Swift.git", |
| "tag": "0.4.2" |
| }, |
| "source_files": "MPushSwift/*.{h,m,swift}", |
| "swift_versions": "5", |
| "requires_arc": true, |
| "dependencies": { |
| "MBNetworkingSwift": [ |
| |
| ] |
| }, |
| "swift_version": "5" |
| } |