blob: 7df0f6d0fb6a0af2a1d70a5d2170755fa54a008f [file] [log] [blame]
{
"name": "JBMessage",
"version": "1.0.16",
"summary": "JBMessage is simple iOS networking wrapper based on AFNetworking",
"homepage": "https://github.com/josipbernat/JBMessage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josip Bernat": "josip.bernat@gmail.com"
},
"social_media_url": "http://twitter.com/josipbernat",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/josipbernat/JBMessage.git",
"tag": "v1.0.16"
},
"source_files": "JBMessage/JBMessage/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.4"
]
}
}