blob: 42618c7793d3daecd22ddc1d8388ca9df4854f9d [file] [log] [blame]
{
"name": "hprose",
"version": "1.4.10",
"summary": "Hprose for Objective-C",
"description": "Hprose is a High Performance Remote Object Service Engine.\n\nIt is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.\n\nHprose supports many programming languages, for example:\n\n* AAuto Quicker\n* ActionScript\n* ASP\n* C++\n* Dart\n* Delphi/Free Pascal\n* dotNET(C#, Visual Basic...)\n* Golang\n* Java\n* JavaScript\n* Node.js\n* Objective-C\n* Perl\n* PHP\n* Python\n* Ruby\n* ...\n\nThrough Hprose, You can conveniently and efficiently intercommunicate between those programming languages.\n\nThis project is the implementation of Hprose for Objective-C.",
"homepage": "https://github.com/andot/hprose",
"license": "MIT",
"authors": {
"andot": "andot@hprose.com"
},
"source": {
"git": "https://github.com/hprose/hprose-objc.git",
"tag": "v1.4.10"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}