blob: 2b60e68f84fdcb4ee3b4cc211e5b0e159463a8e4 [file] [log] [blame]
{
"name": "TPDataKit",
"version": "1.0.1",
"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.1"
},
"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": [
]
}
}
]
}