blob: b670467d1819093082599b465ac3b44bd180ac84 [file] [log] [blame]
{
"name": "SwiftyChat",
"version": "0.1",
"summary": "A chat controller written in Swift",
"description": "This is an approach to make writing chat app easier and fast enough as just subclassing.",
"homepage": "https://github.com/hujaber/SwiftyChat",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Hussein Jaber": "hujaber@me.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/hujaber/SwiftyChat.git",
"tag": "0.1"
},
"source_files": "SwiftyChat/**/*.{h,swift}",
"resources": "SwiftyChat/**/Assets.xcassets",
"exclude_files": "SwiftChat/**/*.plist",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0"
}