blob: 2e6b0f02f1310638a5f11f8cf0febfe531ca11a9 [file] [log] [blame]
{
"name": "Applozic",
"version": "4.2.0",
"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": "8.0"
},
"source": {
"git": "https://github.com/AppLozic/Applozic-Chat-iOS-Framework.git",
"tag": "4.2.0"
},
"source_files": [
"Applozic",
"Applozic/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "Applozic/**/*.{lproj,storyboard,xcdatamodeld,xib,xcassets,json}",
"frameworks": [
"Foundation",
"UIKit",
"Contacts",
"ContactsUI",
"AddressBook",
"AddressBookUI",
"MediaPlayer",
"AVFoundation",
"CoreLocation",
"SystemConfiguration"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~>3.8"
]
}
}