blob: 04eccaaf9e04d30a5440916b0b48b2e85020bb7b [file] [log] [blame]
{
"name": "Chatterbox",
"version": "0.2.0",
"summary": "Plug and play chat library for iOS",
"description": "Plug and play chat library for iOS",
"homepage": "https://github.com/Hipo/chatterbox-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hipo": "hello@hipolabs.com"
},
"source": {
"git": "https://github.com/Hipo/chatterbox-ios.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/hipolabs",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"swift_version": "4.0",
"source_files": "Chatterbox/Classes/*.swift",
"dependencies": {
"IGListKit": [
],
"SocketRocket": [
],
"SnapKit": [
"~> 4.0"
]
}
}