blob: 3c0246ea58fab4a9b9f5425407ad8e0afae6fa2e [file] [log] [blame]
{
"name": "tarkit",
"version": "0.0.1",
"summary": "untar and tar files on iOS and OS X. Also supports gzip tars.",
"homepage": "https://github.com/daltoniam/tarkit",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "daltoniam@gmail.com"
},
"source": {
"git": "https://github.com/daltoniam/tarkit.git",
"tag": "0.0.1"
},
"social_media_url": "http://twitter.com/daltoniam",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": true
}