[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 8 / hprose / 1.4.10 / hprose.podspec.json
blob42618c7793d3daecd22ddc1d8388ca9df4854f9d
2   "name": "hprose",
3   "version": "1.4.10",
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/andot/hprose",
7   "license": "MIT",
8   "authors": {
9     "andot": "andot@hprose.com"
10   },
11   "source": {
12     "git": "https://github.com/hprose/hprose-objc.git",
13     "tag": "v1.4.10"
14   },
15   "source_files": [
16     "src",
17     "src/**/*.{h,m}"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "osx": null,
22     "ios": null,
23     "tvos": null,
24     "watchos": null
25   }