blob: 58767623a62f47729c00e4e21ad1f360a569e929 [file] [log] [blame]
{
"name": "JBMessage",
"version": "1.0.18",
"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.18"
},
"source_files": "JBMessage/JBMessage/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}