blob: 1712390247b2d0dac1fff6735e1114bc030d73eb [file] [log] [blame]
{
"name": "TLMToolKit",
"version": "0.1.1",
"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": {
"tongleiming1989@sina.com": "tongleiming@daling.com"
},
"source": {
"git": "https://github.com/tom555cat/TLMToolKit.git",
"tag": "0.1.1"
},
"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"
}
]
}