blob: 24369d01024dc8b2843e305641eafe1908a96b4e [file] [log] [blame]
{
"name": "JBMessage",
"version": "1.0.0",
"summary": "JBMessage is simple iOS networking wrapper based on AFNetworking",
"description": " \tJBMessage allows you to easily wrap your networking code in separate classes.\n \tHandfull when creating huge apps that extensively use networking and much more convenient then using big singletons. \n",
"homepage": "https://github.com/josipbernat/JBMessage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josip Bernat": "josip.bernat@gmail.com"
},
"social_media_url": "https://twitter.com/josipbernat",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/josipbernat/JBMessage.git",
"commit": "3403e19dd1a5f100d8fc3e191e0128b6e5a3699f",
"tag": "1.0.0"
},
"source_files": "JBMessage/JBMessage/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2"
]
}
}