[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / 3 / SBYZipArchive / 0.1.0 / SBYZipArchive.podspec.json
blob77e5fa7e98ec0a930fb815d33c96817cb7ebb5df
2   "name": "SBYZipArchive",
3   "version": "0.1.0",
4   "summary": "SBYZipArchive is a simple unzip library to extract files from a large archive.",
5   "homepage": "https://github.com/shoby/SBYZipArchive",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "shoby",
11   "source": {
12     "git": "https://github.com/shoby/SBYZipArchive.git",
13     "tag": "0.1.0"
14   },
15   "source_files": [
16     "SBYZipArchive",
17     "minizip"
18   ],
19   "libraries": "z",
20   "requires_arc": true,
21   "xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_FILE32API=1"
23   },
24   "platforms": {
25     "ios": "6.0",
26     "osx": "10.8"
27   }