blob: e6eb4e57e906d0b55d819da0748d8001d7de63c3 [file] [log] [blame]
{
"name": "BORChat",
"version": "0.1.0",
"summary": "Chat room that tries to mimic iMessage with bouncy bubbles",
"homepage": "https://github.com/BohdanOrlov/BORChat",
"license": "MIT",
"authors": {
"Bohdan Orlov": "bohdan.orlov@gmail.com"
},
"source": {
"git": "https://github.com/BohdanOrlov/BORChat.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"resources": "Resources/*",
"ios": {
"exclude_files": "Classes/osx"
}
}