blob: ee16385944db8822a07d02e65c17d83fee57e2c8 [file] [log] [blame]
{
"name": "TPDataKit",
"version": "1.0.2",
"summary": "The purpose of TPDataKit is to provide some common tools",
"description": "TPDataKit 是一个数据工具类的库",
"homepage": "https://github.com/Topredator/TPDataKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Topredator": "luyanggold@163.com"
},
"source": {
"git": "https://github.com/Topredator/TPDataKit.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TPDataKit/Classes/TPDataKit.h",
"subspecs": [
{
"name": "Base",
"source_files": "TPDataKit/Classes/Base/**/*",
"private_header_files": "TPDataKit/Classes/Base/KVO/TPCustomKVO.h"
},
{
"name": "UIKit",
"source_files": "TPDataKit/Classes/UIKit/**/*",
"dependencies": {
"TPDataKit/Base": [
]
}
}
]
}