blob: 527763523412735c92cad79b06bb6eb96447da8e [file] [log] [blame]
{
"name": "TapTalk",
"version": "1.0.18",
"summary": "TapTalk.io is a complete in-app chat SDK and messaging API. Its in-app chat feature give you and your user the best in-app chat experience, it provides you with UI Based implementation and code based implementation and fully customizable.",
"homepage": "https://taptalk.io",
"license": "MIT",
"authors": {
"Ritchie Nathaniel": "ritchie@taptalk.io",
"Dominic Vedericho": "dominic@taptalk.io"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/taptalk-io/taptalk.io-ios.git",
"tag": "1.0.18"
},
"source_files": [
"TapTalk",
"TapTalk/*{h,m}",
"TapTalk/**/*.{h,m}",
"TapTalk/**/**/*.{h,m}"
],
"static_framework": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"SocketRocket": [
],
"JSONModel": [
"~> 1.1"
],
"Realm": [
"3.13.1"
],
"SDWebImage": [
"4.4.2"
],
"PodAsset": [
],
"GooglePlaces": [
],
"GooglePlacePicker": [
],
"GoogleMaps": [
],
"ZSWTappableLabel": [
"~> 2.0"
]
},
"prefix_header_contents": [
"#import \"Configs.h\"",
"#import \"TAPStyle.h\"",
"#import \"AFNetworkActivityIndicatorManager.h\"",
"#import \"NSUserDefaults+MPSecureUserDefaults.h\"",
"#import \"PodAsset.h\"",
"#import \"TapTalk.h\"",
"#import \"TapUI.h\"",
"#import \"TAPUtil.h\"",
"#import \"TapCoreChatRoomManager.h\"",
"#import \"TapCoreContactManager.h\"",
"#import \"TapCoreErrorManager.h\"",
"#import \"TapCoreMessageManager.h\"",
"#import \"TapCoreRoomListManager.h\"",
"#import \"TAPChatManager.h\"",
"#import \"TAPConnectionManager.h\"",
"#import \"TAPContactManager.h\"",
"#import \"TAPContactCacheManager.h\"",
"#import \"TAPCustomBubbleManager.h\"",
"#import \"TAPDataManager.h\"",
"#import \"TAPDatabaseManager.h\"",
"#import \"TAPEncryptorManager.h\"",
"#import \"TAPFetchMediaManager.h\"",
"#import \"TAPFileDownloadManager.h\"",
"#import \"TAPFileUploadManager.h\"",
"#import \"TAPGroupManager.h\"",
"#import \"TAPLocationManager.h\"",
"#import \"TAPMessageStatusManager.h\"",
"#import \"TAPNetworkManager.h\"",
"#import \"TAPNotificationManager.h\"",
"#import \"TAPOldDataManager.h\"",
"#import \"TAPStyleManager.h\"",
"#import \"TAPGrowingTextView.h\"",
"#import \"TAPImageView.h\"",
"#import \"TAPSearchBarView.h\"",
"#import \"UIImage+Color.h\""
],
"resource_bundles": {
"TapTalk": [
"Pod/**/*.xib",
"Pod/**/*.storyboard",
"Pod/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
"TapTalk/**/*.xib",
"TapTalk/**/*.storyboard",
"TapTalk/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}"
]
}
}