blob: 753bdeffb64f73a72ad51347955ec2d41f70f305 [file] [log] [blame]
{
"name": "TBZipArchiver",
"version": "1.1.2",
"summary": "TBZipArchiver selective archive/unarchive content using directory URL",
"description": "TBZipArchiver provide native way to create/unarchive zip archives.\nYou could select only some files provided you file predicate.\nIt works well with passphrase encoded archives.\nUses ZipArchive, TBFileManager, CDBKit inside.",
"homepage": "https://github.com/truebucha/TBZipArchiver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/TBZipArchiver.git",
"tag": "1.1.2"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "TBZipArchiver/Classes/**/*",
"public_header_files": "TBZipArchiver/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"ZipArchive": [
"~> 1.4"
],
"CDBKit": [
"~> 1.1"
],
"TBFileManager": [
"~> 1.0"
]
}
}