blob: cab5be1cf6871464cf60890385ee02562c1df4cf [file] [log] [blame]
{
"name": "PrismCore",
"version": "0.2.0",
"summary": "Prism SDK for iOS. provides core chat functionality to support your custom UI in connecting to Prism",
"homepage": "https://prismapp.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Prism",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/coralhq/prism-ios-v2.git",
"tag": "0.2.0"
},
"swift_version": "4.0",
"source_files": "PrismCore/PrismCore/**/*.{h,m,swift}",
"frameworks": [
"UIKit",
"Foundation"
]
}