Files
2026-07-13 12:35:01 +08:00

235 lines
7.3 KiB
JSON

{
"name": "TLKit",
"version": "0.0.21",
"platforms": {
"ios": "8.0"
},
"summary": "iOS开发基础组件库",
"description": "iOS开发基础组件库,主要包含以下内容:\n1、shortcut: 通用宏,通用快捷c方法\n2、Categories:通用类拓展",
"authors": {
"libokun": "libokun@126.com"
},
"homepage": "https://github.com/tbl00c/TLKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/tbl00c/TLKit.git",
"tag": "0.0.21"
},
"public_header_files": "TLKit/TLKit.h",
"source_files": "TLKit/TLKit.h",
"subspecs": [
{
"name": "TLShortcut",
"source_files": "TLKit/TLShortcut/*.{h,m}"
},
{
"name": "TLFunctional",
"public_header_files": "TLKit/TLFunctional/TLFunctional.h",
"source_files": "TLKit/TLFunctional/TLFunctional.h",
"subspecs": [
{
"name": "TLActionSheet",
"source_files": "TLKit/TLFunctional/TLActionSheet/*.{h,m}"
},
{
"name": "TLUIUtility",
"source_files": "TLKit/TLFunctional/TLUIUtility/*.{h,m}",
"dependencies": {
"TLKit/TLCategories/UIKit/UIAlertView": [
],
"TLKit/TLCategories/UIKit/UIWindow": [
],
"SVProgressHUD": [
"~> 2.2.2"
]
}
}
]
},
{
"name": "TLCategories",
"public_header_files": "TLKit/TLCategories/TLCategories.h",
"source_files": "TLKit/TLCategories/TLCategories.h",
"subspecs": [
{
"name": "Foundation",
"public_header_files": "TLKit/TLCategories/Foundation/Foundation+TLCategories.h",
"source_files": "TLKit/TLCategories/Foundation/Foundation+TLCategories.h",
"subspecs": [
{
"name": "NSObject",
"source_files": "TLKit/TLCategories/Foundation/NSObject/**/*.{h,m}"
},
{
"name": "NSArray",
"source_files": "TLKit/TLCategories/Foundation/NSArray/*.{h,m}"
},
{
"name": "NSMutableArray",
"source_files": "TLKit/TLCategories/Foundation/NSMutableArray/*.{h,m}"
},
{
"name": "NSDictionary",
"source_files": "TLKit/TLCategories/Foundation/NSDictionary/*.{h,m}"
},
{
"name": "NSMutableDictionary",
"source_files": "TLKit/TLCategories/Foundation/NSMutableDictionary/*.{h,m}"
},
{
"name": "NSData",
"source_files": "TLKit/TLCategories/Foundation/NSData/*.{h,m}"
},
{
"name": "NSDate",
"source_files": "TLKit/TLCategories/Foundation/NSDate/*.{h,m}"
},
{
"name": "NSString",
"source_files": "TLKit/TLCategories/Foundation/NSString/*.{h,m}",
"dependencies": {
"TLKit/TLCategories/Foundation/NSData": [
]
}
},
{
"name": "NSTimer",
"source_files": "TLKit/TLCategories/Foundation/NSTimer/*.{h,m}"
},
{
"name": "NSBundle",
"source_files": "TLKit/TLCategories/Foundation/NSBundle/*.{h,m}"
},
{
"name": "NSURL",
"source_files": "TLKit/TLCategories/Foundation/NSURL/*.{h,m}"
},
{
"name": "NSFileManager",
"source_files": "TLKit/TLCategories/Foundation/NSFileManager/*.{h,m}"
},
{
"name": "NSNotificationCenter",
"source_files": "TLKit/TLCategories/Foundation/NSNotificationCenter/*.{h,m}"
},
{
"name": "NSDictionary",
"source_files": "TLKit/TLCategories/Foundation/NSDictionary/*.{h,m}"
}
]
},
{
"name": "UIKit",
"public_header_files": "TLKit/TLCategories/UIKit/UIKit+TLCategories.h",
"source_files": "TLKit/TLCategories/UIKit/UIKit+TLCategories.h",
"subspecs": [
{
"name": "UIView",
"source_files": "TLKit/TLCategories/UIKit/UIView/*.{h,m}",
"dependencies": {
"TLKit/TLShortcut": [
],
"TLKit/TLCategories/Foundation/NSObject": [
]
}
},
{
"name": "UIScrollView",
"source_files": "TLKit/TLCategories/UIKit/UIScrollView/*.{h,m}"
},
{
"name": "UIButton",
"source_files": "TLKit/TLCategories/UIKit/UIButton/*.{h,m}",
"dependencies": {
"TLKit/TLCategories/UIKit/UIImage": [
]
}
},
{
"name": "UIControl",
"source_files": "TLKit/TLCategories/UIKit/UIControl/*.{h,m}"
},
{
"name": "UICollectionViewCell",
"source_files": "TLKit/TLCategories/UIKit/UICollectionViewCell/*.{h,m}"
},
{
"name": "UIWindow",
"source_files": "TLKit/TLCategories/UIKit/UIWindow/*.{h,m}"
},
{
"name": "UIViewController",
"source_files": "TLKit/TLCategories/UIKit/UIViewController/*.{h,m}",
"dependencies": {
"TLKit/TLCategories/UIKit/UIView": [
],
"TLKit/TLCategories/UIKit/UINavigationController": [
],
"TLKit/TLCategories/UIKit/UIBarButtonItem": [
]
}
},
{
"name": "UINavigationController",
"source_files": "TLKit/TLCategories/UIKit/UINavigationController/*.{h,m}"
},
{
"name": "UITabBarController",
"source_files": "TLKit/TLCategories/UIKit/UITabBarController/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "TLKit/TLCategories/UIKit/UIColor/*.{h,m}"
},
{
"name": "UIImage",
"source_files": "TLKit/TLCategories/UIKit/UIImage/*.{h,m}"
},
{
"name": "UITextField",
"source_files": "TLKit/TLCategories/UIKit/UITextField/*.{h,m}"
},
{
"name": "UITextView",
"source_files": "TLKit/TLCategories/UIKit/UITextView/*.{h,m}"
},
{
"name": "UIBarButtonItem",
"source_files": "TLKit/TLCategories/UIKit/UIBarButtonItem/*.{h,m}"
},
{
"name": "UINavigationItem",
"source_files": "TLKit/TLCategories/UIKit/UINavigationItem/*.{h,m}",
"dependencies": {
"TLKit/TLCategories/UIKit/UIBarButtonItem": [
]
}
},
{
"name": "UINavigationBar",
"source_files": "TLKit/TLCategories/UIKit/UINavigationBar/*.{h,m}"
},
{
"name": "UIAlertView",
"source_files": "TLKit/TLCategories/UIKit/UIAlertView/*.{h,m}"
}
]
}
]
}
]
}