[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 0 / a / 8 / Avro-C / 1.7.6 / Avro-C.podspec.json
blob454b8a12d2eb7d2f2e69ba4cfbf92df33396ccc0
2   "name": "Avro-C",
3   "version": "1.7.6",
4   "summary": "Apache Avro is a data serialization system.",
5   "description": "\t\t\t\t\t\t Apache Avro is a data serialization system.\n\t\t\t\t\t\t \n\t\t\t\t\t\t Avro-C provides:\n\t\t\t\t\t\t \n\t\t\t\t\t\t * Rich data structures.\n\t\t\t\t\t\t * A compact, fast, binary data format.\n\t\t\t\t\t\t * A container file, to store persistent data.\n",
6   "homepage": "http://avro.apache.org/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Apache Software Foundation",
12   "source": {
13     "git": "https://github.com/apache/avro.git",
14     "tag": "release-1.7.6"
15   },
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "requires_arc": true,
21   "source_files": "lang/c/src/**/*.{h,c}",
22   "header_mappings_dir": "lang/c/src",
23   "exclude_files": "lang/c/src/schema_specific.c",
24   "prefix_header_contents": "\t\t\t\t\t\t\t\t#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1050 \n\t\t\t\t\t\t\t\t\t#define AVRO_NON_ATOMIC_REFCOUNT 1\n\t\t\t\t\t\t\t\t#endif\n\n",
25   "dependencies": {
26     "Jansson": [
27       "~> 2.5"
28     ]
29   }