[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / d / BZipCompression / 1.0.0 / BZipCompression.podspec.json
blob4aacdf57a8e4538a32679a71126f9dc294d4dc9c
2   "name": "BZipCompression",
3   "version": "1.0.0",
4   "license": "Apache2",
5   "summary": "An Objective-C interface for the BZip2 compression algorithm",
6   "homepage": "https://github.com/blakewatters/BZipCompression",
7   "authors": {
8     "Blake Watters": "blakewatters@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/blakewatters/BZipCompression.git",
12     "tag": "v1.0.0"
13   },
14   "source_files": "Code",
15   "requires_arc": true,
16   "libraries": "bz2",
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   }