blob: 57b8b6030b9a2367a2c231338c84e799d8747a40 [file] [log] [blame]
{
"name": "ZipChatFramework",
"version": "0.2.21",
"summary": "ZipChatFramework useful for chat.",
"description": "ZipChatFramework is useful chat framework.",
"homepage": "https://gitlab.com/keerthiv/zipchat",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"keerthiv": "keerthi@sparkouttech.com"
},
"source": {
"git": "https://gitlab.com/keerthiv/zipchat.git",
"tag": "0.2.21"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "ZipChat/**/*.{h,m,swift}",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Alamofire": [
],
"DropDown": [
],
"Firebase/Core": [
],
"Firebase/Auth": [
],
"Firebase/Database": [
],
"Firebase/Messaging": [
],
"SDWebImageWebPCoder": [
],
"SwiftyJSON": [
],
"SQLite.swift": [
],
"Reachability": [
],
"KYDrawerController": [
],
"UICircularProgressRing": [
],
"Stripe": [
],
"SinchRTC": [
],
"GooglePlacePicker": [
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$PODS_ROOT/BuildHeaders",
"VALID_ARCHS": "arm64 x86_64",
"OTHER_LDFLAGS": "$(inherited)"
},
"resource_bundles": {
"ZipChatFramework": [
"ZipChat/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,ttf,wav,mp3}"
]
}
}