blob: a3f6e79b66ce71fec4a0a4d8267935b8cf448603 [file] [log] [blame]
{
"name": "TitanFMBase",
"version": "0.1.0",
"summary": "TitanFMBase.",
"description": "TitanFMBase是一个基础组件",
"homepage": "https://github.com/CoderTitan/TKBaseTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderTitan": "quanjunt@163.com"
},
"source": {
"git": "https://github.com/CoderTitan/TKBaseTool.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Base",
"source_files": "TitanFMBase/Classes/Base/**/*"
},
{
"name": "Category",
"source_files": "TitanFMBase/Classes/Category/**/*"
},
{
"name": "Network",
"source_files": "TitanFMBase/Classes/Network/**/*",
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"TitanFMBase/Category": [
]
}
},
{
"name": "Tools",
"source_files": "TitanFMBase/Classes/Tools/**/*"
}
]
}