| { |
| "name": "MoEPluginBase", |
| "version": "0.0.1", |
| "summary": "MoEngage Plugin Base for Hybrid SDKs", |
| "description": "MoEngage is a mobile marketing automation company. This framework is used by our plugins built for different hybrid frameworks i.e, Flutter, Cordova, React Native etc.", |
| "homepage": "https://www.moengage.com", |
| "documentation_url": "http://docs.moengage.com", |
| "license": { |
| "type": "Commercial", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chengappa C D": "chengappa@moengage.com" |
| }, |
| "social_media_url": "https://twitter.com/moengage", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/moengage/iOS-PluginBase.git", |
| "tag": "MoEPluginBase-0.0.1" |
| }, |
| "source_files": "MoEPluginBase/**/*", |
| "public_header_files": "MoEPluginBase/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "UserNotifications" |
| ], |
| "dependencies": { |
| "MoEngage-iOS-SDK": [ |
| ">= 6.2.1", |
| "< 7.0.0" |
| ], |
| "MoEngageInApp": [ |
| "~> 1.0.0" |
| ] |
| } |
| } |