[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 6 / 2 / thrift / 0.10.0 / thrift.podspec.json
blob015d90132737d2653228c879fb72a4dd1a48522f
2   "name": "thrift",
3   "version": "0.10.0",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "Apache Thrift Cocoa Runtime",
9   "description": "The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages.",
10   "authors": {
11     "The Apache Software Foundation": "apache@apache.org"
12   },
13   "homepage": "http://thrift.apache.org/",
14   "documentation_url": "http://thrift.apache.org/docs/",
15   "source": {
16     "http": "http://archive.apache.org/dist/thrift/0.10.0/thrift-0.10.0.tar.gz",
17     "sha1": "5c67fb6d2e01fa4ee02823a9c577f4d985f0ecfe"
18   },
19   "source_files": "lib/cocoa/src/**/*.{h,m,swift}",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "ios": {
25     "frameworks": [
26       "CFNetwork"
27     ]
28   },
29   "osx": {
30     "frameworks": [
31       "CoreServices"
32     ]
33   },
34   "pushed_with_swift_version": "2.3"