[Add] GGXOfflineWebCache 0.5.2
[CocoaPods.git] / Specs / c / 3 / 7 / Applozic / 8.0.0 / Applozic.podspec.json
blob920463f182dea0798141bdb90fb85cef44cb844c
2   "name": "Applozic",
3   "version": "8.0.0",
4   "summary": "Applozic Light weight CocoaPod for in-app messaging and chat SDK",
5   "description": "Applozic iOS SDK CocoaPods",
6   "homepage": "https://github.com/AppLozic/Applozic-Chat-iOS-Framework",
7   "screenshots": "https://www.applozic.com/resources/images/one-group-chat.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Adarsh": "adarsh@applozic.com"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/AppLozic/Applozic-Chat-iOS-Framework.git",
20     "tag": "8.0.0"
21   },
22   "source_files": [
23     "Applozic",
24     "Applozic/**/*.{h,m,swift}"
25   ],
26   "exclude_files": [
27     "Classes/Exclude",
28     "Applozic/Resources/lib"
29   ],
30   "swift_versions": "5.0",
31   "prefix_header_file": "Applozic/Applozic_Prefix.pch",
32   "dependencies": {
33     "ApplozicCore": [
34       "~>8.0.0"
35     ],
36     "SDWebImage": [
37       "~>5.9.2"
38     ]
39   },
40   "resources": "Applozic/**/*.{lproj,storyboard,xcdatamodeld,xib,xcassets,json}",
41   "frameworks": [
42     "Foundation",
43     "UIKit",
44     "Contacts",
45     "ContactsUI",
46     "MediaPlayer",
47     "AVFoundation",
48     "CoreLocation",
49     "SystemConfiguration"
50   ],
51   "requires_arc": true,
52   "swift_version": "5.0"