[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 3 / ZipKit / 1.0.1 / ZipKit.podspec.json
blobbe0aaa2bdd65d533e415498fba2fb20e77914214
2   "name": "ZipKit",
3   "version": "1.0.1",
4   "license": {
5     "type": "BSD",
6     "file": "COPYING.TXT"
7   },
8   "summary": "An Objective-C Zip framework for Mac OS X and iOS.",
9   "homepage": "https://github.com/kolpanic/ZipKit",
10   "authors": {
11     "Karl Moskowski": "kmoskowski@me.com"
12   },
13   "source": {
14     "git": "https://github.com/kolpanic/ZipKit.git",
15     "tag": "1.0.1"
16   },
17   "description": "ZipKit is an Objective-C framework for reading and writing Zip archives in Mac OS X and iOS apps. It supports the standard PKZip format, files larger than 4GB in size using PKZip's zip64 extensions, optionally, resource forks in a manner compatible with Mac OS X's Archive Utility (in the Mac OS X targets only), and clean interruption so archiving can be cancelled by the invoking object (e.g., a NSOperation or NSThread).",
18   "source_files": "**/*.{h,m}",
19   "ios": {
20     "exclude_files": "GMAppleDouble"
21   },
22   "requires_arc": true,
23   "libraries": "z",
24   "frameworks": "Foundation",
25   "osx": {
26     "frameworks": "CoreServices"
27   },
28   "platforms": {
29     "osx": "10.8",
30     "ios": "6.1"
31   }