blob: d03f0b61edbba69bb58ceb36f6a13d95f302a180 [file] [log] [blame]
{
"name": "ErxesSDK",
"version": "0.18.0",
"summary": "A short description of erxes-ios-sdk.",
"swift_versions": "5.3",
"description": "erxes for IOS SDK, for integrating erxes into your iOS application https://erxes.io/",
"homepage": "https://github.com/erxes/erxes-ios-sdk",
"license": {
"type": "Commons Clause",
"file": "LICENSE"
},
"authors": {
"erxes": "info@erxes.io"
},
"source": {
"git": "https://github.com/erxes/erxes-ios-sdk.git",
"tag": "0.18.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "ErxesSDK/Classes/**/*",
"resource_bundles": {
"ErxesSDK": [
"ErxesSDK/Assets/**/*.{jpg,storyboard,png,ttf,gif,strings,lproj,json}"
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"SWIFT_VERSION": "5.3"
},
"frameworks": "Photos",
"dependencies": {
"Apollo": [
"~> 0.37.0"
],
"Apollo/WebSocket": [
],
"Apollo/SQLite": [
],
"Fusuma": [
],
"SDWebImage": [
],
"SnapKit": [
],
"ErxesFont": [
"~> 1.0.1"
],
"GDCheckbox": [
],
"IQKeyboardManagerSwift": [
],
"MaterialComponents/TextControls+FilledTextAreas": [
],
"MaterialComponents/TextControls+FilledTextFields": [
]
},
"swift_version": "5.3"
}