blob: 329d3edd3576bfef5eb5a9692df833d4b7b14a15 [file] [log] [blame]
{
"name": "ArchiverEasy",
"version": "1.0",
"summary": "Easy Use NSKeyedUnarchiver And NSKeyedArchiver",
"description": "iOS Category to Easy Use NSKeyedUnarchiver And NSKeyedArchiver",
"homepage": "https://github.com/silence0201/ArchiverEasy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"authors": {
"Silence": "374619540@qq.com"
},
"source": {
"git": "https://github.com/silence0201/ArchiverEasy.git",
"tag": "1.0"
},
"source_files": [
"ArchiverEasy",
"ArchiverEasy/*.{h,m}"
],
"exclude_files": "ArchiverEasy/Exclude",
"requires_arc": true,
"public_header_files": "ArchiverEasy/*.h"
}