[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 0 / 3 / ZipKit / 0.0.1 / ZipKit.podspec.json
blobedbbedfe5ad627133b1ebf5a58a2b0e074a00a09
2   "name": "ZipKit",
3   "version": "0.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://bitbucket.org/kolpanic/zipkit/wiki/Home",
10   "authors": {
11     "Karl Moskowski": "kolpanic@voodooergonomics.com"
12   },
13   "source": {
14     "hg": "https://bitbucket.org/kolpanic/zipkit",
15     "revision": "531cd75fef32"
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   "exclude_files": "Demo Projects",
20   "ios": {
21     "exclude_files": "GMAppleDouble"
22   },
23   "libraries": "z",
24   "osx": {
25     "frameworks": "CoreServices"
26   },
27   "requires_arc": false