[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 0 / 9 / 8 / hprose / 2.0.2 / hprose.podspec.json
blobeafff808bba4e233804df4f4e91cccd7f28a7a1f
2   "name": "hprose",
3   "version": "2.0.2",
4   "summary": "Hprose for Objective-C",
5   "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.",
6   "homepage": "https://github.com/hprose/hprose-objc",
7   "license": "MIT",
8   "authors": {
9     "andot": "andot@hprose.com"
10   },
11   "source": {
12     "git": "https://github.com/hprose/hprose-objc.git",
13     "tag": "v2.0.2"
14   },
15   "source_files": [
16     "src",
17     "src/**/*.{h,m}"
18   ],
19   "public_header_files": "src/**/*.h",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "5.0",
23     "osx": "10.6",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   }