[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / 3 / SBYZipArchive / 0.3.3 / SBYZipArchive.podspec.json
blob875715d1bcfc1cb4a5438e91d8fc2a6cd5f7a3ec
2   "name": "SBYZipArchive",
3   "version": "0.3.3",
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.3.3"
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   }