[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 8 / hprose / 2.0.3 / hprose.podspec.json
bloba5df653d7f0afe504186ec90ea23ba84f899b2ac
2   "name": "hprose",
3   "version": "2.0.3",
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.3"
14   },
15   "source_files": [
16     "src",
17     "src/**/*.{h,m}"
18   ],
19   "public_header_files": "src/**/*.h",
20   "requires_arc": true,
21   "platforms": {
22     "osx": "10.7",
23     "ios": "7.0",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "osx": {
28     "frameworks": [
29       "CoreServices",
30       "Security"
31     ]
32   },
33   "ios": {
34     "frameworks": [
35       "CFNetwork",
36       "Security"
37     ]
38   },
39   "tvos": {
40     "frameworks": [
41       "CFNetwork",
42       "Security"
43     ]
44   }