blob: 36441ee6153f8478e49db0232a1c09d332d91362 [file] [log] [blame]
{
"name": "Archiver",
"version": "1.0.0",
"summary": "Simple classes to make object persistence with NSCoding\n easier. Category based on NSObject+NSCoding",
"homepage": "https://github.com/emailatravi/Archiver",
"authors": {
"Ravi Prakash Sahu": "emailatravi@gmail.com"
},
"platforms": {
"ios": "4.0"
},
"source": {
"git": "https://github.com/emailatravi/Archiver.git",
"tag": "1.0.0"
},
"source_files": "Vendor/**/*.{h,m}",
"requires_arc": false,
"public_header_files": "Vendor/**/*.h",
"license": {
"type": "GNU General Public License",
"file": "LICENSE"
}
}