[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / 6 / d / 8 / Snappy / 1.1.0 / Snappy.podspec.json
blobe576c6871044614e0b553cd29bcabaa7e3679c61
2   "name": "Snappy",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "A port of snappy-c to Objective-C.",
6   "description": "Google's Snappy compression power as NSData/NSString categories.",
7   "homepage": "https://github.com/matehat/Snappy-ObjC",
8   "authors": "Mathieu D'Amours",
9   "platforms": {
10     "ios": "5.0",
11     "osx": "10.7"
12   },
13   "source": {
14     "git": "https://github.com/matehat/Snappy-ObjC.git",
15     "tag": "v1.1.0",
16     "submodules": true
17   },
18   "source_files": [
19     "snappy-c/snappy.{h,c}",
20     "snappy-c/compat.h",
21     "snappy-c/snappy-int.h",
22     "Classes/*.{h,m}"
23   ],
24   "xcconfig": {
25     "CC": "clang",
26     "CXX": "clang++"
27   },
28   "requires_arc": false