blob: 1e6a1f00e50e0d3041ec9732b008bb5b971b9345 [file] [log] [blame]
{
"name": "TLMToolKit",
"version": "0.1.2",
"summary": "A short description of TLMToolKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tom555cat/TLMToolKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TongLeimign": "tongleiming1989@sina.com"
},
"source": {
"git": "https://github.com/tom555cat/TLMToolKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TLMToolKit/**/*",
"subspecs": [
{
"name": "TLMRegisterInitFunc",
"source_files": "TLMToolKit/TLMRegisterInitFunc/*.{h,m}",
"public_header_files": "TLMToolKit/TLMRegisterInitFunc/*.h"
},
{
"name": "TLMNetwork",
"source_files": "TLMToolKit/TLMNetwork/*.{h,m}",
"public_header_files": "TLMToolKit/TLMNetwork/*.h"
},
{
"name": "TLMLogger",
"source_files": "TLMToolKit/TLMLogger/*.{h,m}",
"public_header_files": "TLMToolKit/TLMLogger/*.h"
}
]
}