[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / a / f / d / OSCommonPluginLib / 1.0.0 / OSCommonPluginLib.podspec.json
blobdb27aa96003ab6c445289cdb93dee4f3bd7c6b17
2   "name": "OSCommonPluginLib",
3   "version": "1.0.0",
4   "summary": "Provides an interface between the business logic and the iOS platform. It can be used for integrations with existing mobile frameworks.",
5   "description": "This repository contains a protocol that interfaces business logic with iOS platform.\nDevelopers are able to create their own integrations of PlatformProtocol for their target mobile framework.\nThis structure allows us to develop native plugins, portable between techonological stacks (ie: Cordova, React-native, Flutter...).\nThe library is composed by two methods, each with its own purpose:\n- `sendResult(result, error, callBackID)` will send messages back to the caller mobile framework.\n- `trigger(event, data)` will trigger an event on the mobile framework's own webview.",
6   "homepage": "https://github.com/OutSystems/OSCore-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mobile Ecosystem Team": "rd.mobileecosystem.team@outsystems.com"
13   },
14   "source": {
15     "git": "https://github.com/OutSystems/OSCore-iOS.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "OSCore/**/*.swift",
23   "swift_version": "5.0"