blob: 8645dedd2772346436073999c2bee1f63c24f2c8 [file] [log] [blame]
{
"name": "JSMessagesViewController",
"version": "2.0.1",
"summary": "A messages UI for iPhone and iPad.",
"description": "This messages tableview controller is very similar to the one in the iOS Messages app. Note, this is only a messaging UI, not a messaging app. This is intended to be used in an existing app where you have (or are developing) a messaging system and need a user interface for it.",
"homepage": "https://github.com/jessesquires/MessagesTableViewController",
"license": "MIT License",
"authors": {
"Jesse Squires": "jesse.squires.developer@gmail.com"
},
"source": {
"git": "https://github.com/jessesquires/MessagesTableViewController.git",
"tag": "v2.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "JSMessagesTableViewController",
"resources": "JSMessagesTableViewController/Resources/**/*.*",
"frameworks": "AudioToolbox",
"requires_arc": true
}