blob: a5df653d7f0afe504186ec90ea23ba84f899b2ac [file] [log] [blame]
{
"name": "hprose",
"version": "2.0.3",
"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/hprose/hprose-objc",
"license": "MIT",
"authors": {
"andot": "andot@hprose.com"
},
"source": {
"git": "https://github.com/hprose/hprose-objc.git",
"tag": "v2.0.3"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"public_header_files": "src/**/*.h",
"requires_arc": true,
"platforms": {
"osx": "10.7",
"ios": "7.0",
"watchos": "2.0",
"tvos": "9.0"
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"tvos": {
"frameworks": [
"CFNetwork",
"Security"
]
}
}