blob: 97e4cc7017b298af7d62f21cd7c1eadc7ad0d960 [file] [log] [blame]
{
"name": "TFKit-OC",
"version": "0.0.5",
"summary": "iOS开发中一些常用的基类与类目工具.",
"description": "iOS开发中一些常用的基类与类目工具. 包括AES加密, 字符串处理等",
"homepage": "https://github.com/ZpFate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZpFate": "zptwistedfate@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ZpFate/TFKit.git",
"tag": "0.0.5"
},
"source_files": [
"TFKit-OC/TFKit-OC/TFKit",
"**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}