[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 8 / hprose / 1.4.7 / hprose.podspec.json
bloba34b82ec243a69ccaef89618e7d86980fcd665bd
2   "name": "hprose",
3   "version": "1.4.7",
4   "summary": "Hprose for Objective-C",
5   "description": "    Hprose is a High Performance Remote Object Service Engine.\n\n    It 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\n    Hprose 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\n    Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages.\n\n    This project is the implementation of Hprose for Objective-C.\n",
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.7"
14   },
15   "source_files": [
16     "src",
17     "src/**/*.{h,m}"
18   ],
19   "requires_arc": true