blob: 786c825f5fba8992fa26e64e22827d419c29cb23 [file] [log] [blame]
{
"name": "IMKit",
"version": "2.1.2",
"summary": "A light-weight chat solution for mobile apps and websites",
"homepage": "https://imkit.io",
"license": "MIT",
"authors": {
"FUNTEK, Inc": "imkit@funtek.co"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0.3",
"frameworks": "UIKit",
"dependencies": {
"JSQMessagesViewController": [
],
"RealmSwift": [
"~>3.5.0"
],
"Alamofire": [
"~> 4.7.0"
],
"AlamofireImage": [
"~>3.3.0"
],
"SwiftyJSON": [
"~>4.0.0"
],
"Socket.IO-Client-Swift": [
"~> 13.1.3"
],
"ReachabilitySwift": [
"~> 3"
]
},
"requires_arc": true,
"source": {
"git": "https://github.com/imkit/imkit-ios-framework.git",
"tag": "2.1.2"
},
"vendored_frameworks": "IMKit.framework",
"ios": {
"vendored_frameworks": "IMKit.framework",
"resource_bundles": {
"IMKit": [
"IMKit.framework/*.xib",
"IMKit.framework/*.nib",
"IMKit.framework/Assets.car"
]
}
},
"source_files": [
"IMKit.framework/*.xib",
"IMKit.framework/*.nib",
"Assets.xcassets"
],
"resources": [
"IMKit.framework/*.xib",
"IMKit.framework/*.nib",
"Assets.xcassets"
]
}