-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d393e6
commit 48b3053
Showing
1 changed file
with
239 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,239 @@ | ||
{ | ||
"name": "ZHHAnneKit", | ||
"version": "0.1.4", | ||
"summary": "一套实用的分类与工具库,提升开发效率。", | ||
"description": "ZHHAnneKit 提供了一系列常用的分类和工具类,涵盖 Foundation、UIKit 和 QuartzCore 等模块,旨在简化日常开发工作,提高代码复用性和开发效率。", | ||
"homepage": "https://github.com/yue5yueliang/ZHHAnneKit", | ||
"license": { | ||
"type": "MIT", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"桃色三岁": "[email protected]" | ||
}, | ||
"source": { | ||
"git": "https://github.com/yue5yueliang/ZHHAnneKit.git", | ||
"tag": "0.1.4" | ||
}, | ||
"platforms": { | ||
"ios": "13.0" | ||
}, | ||
"public_header_files": "ZHHAnneKit/Classes/ZHHAnneKit.h", | ||
"source_files": "ZHHAnneKit/Classes/ZHHAnneKit.h", | ||
"subspecs": [ | ||
{ | ||
"name": "BadgeView", | ||
"source_files": "ZHHAnneKit/Classes/BadgeView/**/*.{h,m}" | ||
}, | ||
{ | ||
"name": "CommonTools", | ||
"source_files": "ZHHAnneKit/Classes/CommonTools/**/*.{h,m}" | ||
}, | ||
{ | ||
"name": "Foundation", | ||
"public_header_files": "ZHHAnneKit/Classes/Foundation/ZHHFoundation.h", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/ZHHFoundation.h", | ||
"subspecs": [ | ||
{ | ||
"name": "NSArray", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSArray/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSAttributedString", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSAttributedString/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSBundle", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSBundle/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSData", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSData/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSDate", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSDate/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSDecimalNumber", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSDecimalNumber/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSDictionary", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSDictionary/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSException", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSException/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSFileManager", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSFileManager/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSIndexPath", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSIndexPath/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSNotification", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSNotification/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSNotificationCenter", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSNotificationCenter/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSNumber", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSNumber/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSObject", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSObject/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSString", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSString/*.{h,m}" | ||
}, | ||
{ | ||
"name": "NSTimer", | ||
"source_files": "ZHHAnneKit/Classes/Foundation/NSTimer/*.{h,m}" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "QuartzCore", | ||
"public_header_files": "ZHHAnneKit/Classes/QuartzCore/ZHHQuartzCore.h", | ||
"source_files": "ZHHAnneKit/Classes/QuartzCore/ZHHQuartzCore.h", | ||
"subspecs": [ | ||
{ | ||
"name": "CALayer", | ||
"source_files": "ZHHAnneKit/Classes/QuartzCore/CALayer/*.{h,m}" | ||
}, | ||
{ | ||
"name": "CATransaction", | ||
"source_files": "ZHHAnneKit/Classes/QuartzCore/CATransaction/*.{h,m}" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "UIKit", | ||
"public_header_files": "ZHHAnneKit/Classes/UIKit/ZHHUIKit.h", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/ZHHUIKit.h", | ||
"frameworks": "UIKit", | ||
"subspecs": [ | ||
{ | ||
"name": "UIApplication", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIApplication/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UIBarButtonItem", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIBarButtonItem/*.{h,m}", | ||
"dependencies": { | ||
"ZHHAnneKit/UIKit/UIView": [ | ||
|
||
], | ||
"ZHHAnneKit/UIKit/UIColor": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "UIButton", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIButton/*.{h,m}", | ||
"dependencies": { | ||
"ZHHAnneKit/UIKit/UIImage": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "UICollectionView", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UICollectionView/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UIColor", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIColor/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UIControl", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIControl/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UIDevice", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIDevice/*.{h,m}", | ||
"dependencies": { | ||
"ZHHAnneKit/CommonTools": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "UIImage", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIImage/*.{h,m}", | ||
"dependencies": { | ||
"ZHHAnneKit/UIKit/UIColor": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "UIImageView", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIImageView/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UILabel", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UILabel/*.{h,m}", | ||
"dependencies": { | ||
"ZHHAnneKit/UIKit/UIView": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "UINavigationBar", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UINavigationBar/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UINavigationController", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UINavigationController/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UINavigationItem", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UINavigationItem/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UISlider", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UISlider/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UISplitViewController", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UISplitViewController/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UITableView", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UITableView/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UITextField", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UITextField/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UITextView", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UITextView/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UIView", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIView/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UIViewController", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIViewController/*.{h,m}" | ||
}, | ||
{ | ||
"name": "UIWindow", | ||
"source_files": "ZHHAnneKit/Classes/UIKit/UIWindow/*.{h,m}" | ||
} | ||
] | ||
} | ||
] | ||
} |