blob: eebddd79bed6d70abf63faef8d61001018fe8002 [file] [log] [blame]
{
"name": "Applozic",
"version": "7.8.2",
"summary": "Applozic Light weight CocoaPod for in-app messaging and chat SDK",
"description": "Applozic iOS SDK CocoaPods",
"homepage": "https://github.com/AppLozic/Applozic-Chat-iOS-Framework",
"screenshots": "https://www.applozic.com/resources/images/one-group-chat.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adarsh": "adarsh@applozic.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AppLozic/Applozic-Chat-iOS-Framework.git",
"tag": "7.8.2"
},
"source_files": [
"Applozic",
"Applozic/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_versions": "5.0",
"prefix_header_file": "Applozic/Applozic_Prefix.pch",
"resources": "Applozic/**/*.{lproj,storyboard,xcdatamodeld,xib,xcassets,json}",
"frameworks": [
"Foundation",
"UIKit",
"Contacts",
"ContactsUI",
"MediaPlayer",
"AVFoundation",
"CoreLocation",
"SystemConfiguration"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~>5.7.2"
]
},
"swift_version": "5.0"
}