blob: 5312d7e64d16c6774e276dab0ffdb2f099c494a4 [file] [log] [blame]
{
"name": "TFKit-Objc",
"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-Objc.git",
"tag": "0.0.5"
},
"source_files": "TFKit-Objc/TFKit-Objc/*",
"subspecs": [
{
"name": "Category",
"source_files": "TFKit-Objc/TFKit-Objc/Category/*"
},
{
"name": "BaseClass",
"source_files": "TFKit-Objc/TFKit-Objc/BaseClass/*"
},
{
"name": "Utils",
"source_files": "TFKit-Objc/TFKit-Objc/Utils/*"
}
]
}