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