blob: a8a79e1fe652d34f3bb47b31ad497465a0e31e1d [file] [log] [blame]
{
"name": "ErxesSDK",
"version": "0.2.1",
"summary": "A short description of erxes-ios-sdk.",
"swift_version": "5.0",
"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": "MIT",
"file": "LICENSE"
},
"authors": {
"erxes": "info@erxes.io"
},
"source": {
"git": "https://github.com/erxes/erxes-ios-sdk.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ErxesSDK/Classes/**/*",
"resource_bundles": {
"ErxesSDK": [
"ErxesSDK/Assets/**/*.{jpg,storyboard,png,ttf,gif,strings,lproj}"
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"SWIFT_VERSION": "5.0"
},
"frameworks": "Photos",
"dependencies": {
"Apollo": [
"~> 0.15.0"
],
"Apollo/WebSocket": [
],
"Apollo/SQLite": [
],
"Fusuma": [
"~> 1.3.0"
],
"Alamofire": [
"~> 4.8.0"
],
"SDWebImage": [
"~> 5.1.0"
],
"SnapKit": [
"~> 4.2.0"
]
}
}