blob: 7827e7518e8cde99bbe3ff0d28730f35da8592a1 [file] [log] [blame]
{
"name": "ZXToolbox",
"version": "1.6.0",
"summary": "Development kit for iOS",
"description": "Development kit for iOS.",
"homepage": "https://github.com/xinyzhao/ZXToolbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xinyzhao": "xinyzhao@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xinyzhao/ZXToolbox.git",
"tag": "1.6.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "ZXToolbox.h",
"public_header_files": "ZXToolbox.h",
"subspecs": [
{
"name": "Base64Encoding",
"source_files": "Foundation/Base64Encoding/*.{h,m}",
"public_header_files": "Foundation/Base64Encoding/*.h"
},
{
"name": "JSONObject",
"source_files": "Foundation/JSONObject/*.{h,m}",
"public_header_files": "Foundation/JSONObject/*.h"
},
{
"name": "NSArray+Extra",
"source_files": "Foundation/NSArray+Extra/*.{h,m}",
"public_header_files": "Foundation/NSArray+Extra/*.h"
},
{
"name": "NSDate+Extra",
"source_files": "Foundation/NSDate+Extra/*.{h,m}",
"public_header_files": "Foundation/NSDate+Extra/*.h"
},
{
"name": "NSFileManager+Extra",
"source_files": "Foundation/NSFileManager+Extra/*.{h,m}",
"public_header_files": "Foundation/NSFileManager+Extra/*.h"
},
{
"name": "NSLog+Extra",
"source_files": "Foundation/NSLog+Extra/*.{h,m}",
"public_header_files": "Foundation/NSLog+Extra/*.h"
},
{
"name": "NSObject+Extra",
"source_files": "Foundation/NSObject+Extra/*.{h,m}",
"public_header_files": "Foundation/NSObject+Extra/*.h"
},
{
"name": "NSString+NumberValue",
"source_files": "Foundation/NSString+NumberValue/*.{h,m}",
"public_header_files": "Foundation/NSString+NumberValue/*.h"
},
{
"name": "NSString+Pinyin",
"source_files": "Foundation/NSString+Pinyin/*.{h,m}",
"public_header_files": "Foundation/NSString+Pinyin/*.h"
},
{
"name": "NSString+Unicode",
"dependencies": {
"ZXToolbox/NSObject+Extra": [
]
},
"source_files": "Foundation/NSString+Unicode/*.{h,m}",
"public_header_files": "Foundation/NSString+Unicode/*.h"
},
{
"name": "NSString+URLEncoding",
"source_files": "Foundation/NSString+URLEncoding/*.{h,m}",
"public_header_files": "Foundation/NSString+URLEncoding/*.h"
},
{
"name": "QRCodeGenerator",
"source_files": "ZXKit/QRCodeGenerator/*.{h,m}",
"public_header_files": "ZXKit/QRCodeGenerator/*.h"
},
{
"name": "QRCodeReader",
"source_files": "ZXKit/QRCodeReader/*.{h,m}",
"public_header_files": "ZXKit/QRCodeReader/*.h"
},
{
"name": "QRCodeScanner",
"source_files": "ZXKit/QRCodeScanner/*.{h,m}",
"public_header_files": "ZXKit/QRCodeScanner/*.h",
"frameworks": [
"AVFoundation",
"ImageIO"
]
},
{
"name": "UIApplication+Extra",
"source_files": "UIKit/UIApplication+Extra/*.{h,m}",
"public_header_files": "UIKit/UIApplication+Extra/*.h"
},
{
"name": "UIApplicationIdleTimer",
"source_files": "UIKit/UIApplicationIdleTimer/*.{h,m}",
"public_header_files": "UIKit/UIApplicationIdleTimer/*.h"
},
{
"name": "UIColor+Extra",
"source_files": "UIKit/UIColor+Extra/*.{h,m}",
"public_header_files": "UIKit/UIColor+Extra/*.h"
},
{
"name": "UIImage+Extra",
"source_files": "UIKit/UIImage+Extra/*.{h,m}",
"public_header_files": "UIKit/UIImage+Extra/*.h",
"frameworks": [
"CoreGraphics",
"ImageIO"
]
},
{
"name": "UINetworkActivityIndicator",
"source_files": "UIKit/UINetworkActivityIndicator/*.{h,m}",
"public_header_files": "UIKit/UINetworkActivityIndicator/*.h"
},
{
"name": "UITableViewCell+Separator",
"source_files": "UIKit/UITableViewCell+Separator/*.{h,m}",
"public_header_files": "UIKit/UITableViewCell+Separator/*.h"
},
{
"name": "UITextField+Extra",
"source_files": "UIKit/UITextField+Extra/*.{h,m}",
"public_header_files": "UIKit/UITextField+Extra/*.h"
},
{
"name": "UIView+Snapshot",
"source_files": "UIKit/UIView+Snapshot/*.{h,m}",
"public_header_files": "UIKit/UIView+Snapshot/*.h"
},
{
"name": "UIViewController+Extra",
"source_files": "UIKit/UIViewController+Extra/*.{h,m}",
"public_header_files": "UIKit/UIViewController+Extra/*.h"
},
{
"name": "WKWebView+H5Pay",
"dependencies": {
"ZXToolbox/NSString+URLEncoding": [
],
"ZXToolbox/JSONObject": [
]
},
"source_files": "Foundation/WKWebView+H5Pay/*.{h,m}",
"public_header_files": "Foundation/WKWebView+H5Pay/*.h",
"weak_frameworks": "WebKit"
},
{
"name": "ZXAlertView",
"source_files": "ZXKit/ZXAlertView/*.{h,m}",
"public_header_files": "ZXKit/ZXAlertView/*.h"
},
{
"name": "ZXAudioDevice",
"source_files": "ZXKit/ZXAudioDevice/*.{h,m}",
"public_header_files": "ZXKit/ZXAudioDevice/*.h",
"frameworks": "AVFoundation"
},
{
"name": "ZXAuthorizationHelper",
"source_files": "ZXKit/ZXAuthorizationHelper/*.{h,m}",
"public_header_files": "ZXKit/ZXAuthorizationHelper/*.h",
"frameworks": [
"AddressBook",
"AssetsLibrary",
"AVFoundation",
"CoreLocation"
],
"weak_frameworks": [
"Contacts",
"CoreTelephony",
"Photos"
]
},
{
"name": "ZXBadgeLabel",
"source_files": "ZXKit/ZXBadgeLabel/*.{h,m}",
"public_header_files": "ZXKit/ZXBadgeLabel/*.h"
},
{
"name": "ZXBrightnessView",
"dependencies": {
"ZXToolbox/UIColor+Extra": [
]
},
"source_files": "ZXKit/ZXBrightnessView/*.{h,m}",
"public_header_files": "ZXKit/ZXBrightnessView/*.h",
"resources": "ZXKit/ZXBrightnessView/ZXBrightnessView.bundle"
},
{
"name": "ZXCircularProgressView",
"source_files": "ZXKit/ZXCircularProgressView/*.{h,m}",
"public_header_files": "ZXKit/ZXCircularProgressView/*.h"
},
{
"name": "ZXCommonCrypto",
"source_files": "ZXKit/ZXCommonCrypto/*.{h,m}",
"public_header_files": "ZXKit/ZXCommonCrypto/*.h"
},
{
"name": "ZXDownloadManager",
"dependencies": {
"ZXToolbox/ZXCommonCrypto": [
]
},
"source_files": "ZXKit/ZXDownloadManager/*.{h,m}",
"public_header_files": "ZXKit/ZXDownloadManager/*.h"
},
{
"name": "ZXDrawingView",
"source_files": "ZXKit/ZXDrawingView/*.{h,m}",
"public_header_files": "ZXKit/ZXDrawingView/*.h"
},
{
"name": "ZXHaloLabel",
"source_files": "ZXKit/ZXHaloLabel/*.{h,m}",
"public_header_files": "ZXKit/ZXHaloLabel/*.h"
},
{
"name": "ZXHTTPClient",
"source_files": "ZXKit/ZXHTTPClient/*.{h,m}",
"public_header_files": "ZXKit/ZXHTTPClient/*.h",
"frameworks": "Security"
},
{
"name": "ZXImageView",
"dependencies": {
"ZXToolbox/ZXCommonCrypto": [
],
"ZXToolbox/ZXURLSession": [
]
},
"source_files": "ZXKit/ZXImageView/*.{h,m}",
"public_header_files": "ZXKit/ZXImageView/*.h"
},
{
"name": "ZXLineChartView",
"source_files": "ZXKit/ZXLineChartView/*.{h,m}",
"public_header_files": "ZXKit/ZXLineChartView/*.h"
},
{
"name": "ZXNavigationController",
"source_files": "ZXKit/ZXNavigationController/*.{h,m}",
"public_header_files": "ZXKit/ZXNavigationController/*.h"
},
{
"name": "ZXNetworkTrafficMonitor",
"source_files": "ZXKit/ZXNetworkTrafficMonitor/*.{h,m}",
"public_header_files": "ZXKit/ZXNetworkTrafficMonitor/*.h"
},
{
"name": "ZXPageIndicatorView",
"source_files": "ZXKit/ZXPageIndicatorView/*.{h,m}",
"public_header_files": "ZXKit/ZXPageIndicatorView/*.h"
},
{
"name": "ZXPageView",
"source_files": "ZXKit/ZXPageView/*.{h,m}",
"public_header_files": "ZXKit/ZXPageView/*.h"
},
{
"name": "ZXPhotoLibrary",
"source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
"public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
"frameworks": [
"AssetsLibrary",
"CoreGraphics",
"ImageIO"
],
"weak_frameworks": "Photos"
},
{
"name": "ZXPlayerViewController",
"dependencies": {
"ZXToolbox/NSObject+Extra": [
],
"ZXToolbox/UIViewController+Extra": [
],
"ZXToolbox/ZXBrightnessView": [
]
},
"source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
"public_header_files": "ZXKit/ZXPlayerViewController/*.h",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
},
{
"name": "ZXPopoverView",
"source_files": "ZXKit/ZXPopoverView/*.{h,m}",
"public_header_files": "ZXKit/ZXPopoverView/*.h"
},
{
"name": "ZXPopoverWindow",
"source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
"public_header_files": "ZXKit/ZXPopoverWindow/*.h"
},
{
"name": "ZXRefreshView",
"dependencies": {
"ZXToolbox/ZXCircularProgressView": [
]
},
"source_files": "ZXKit/ZXRefreshView/*.{h,m}",
"public_header_files": "ZXKit/ZXRefreshView/*.h"
},
{
"name": "ZXScriptMessageHandler",
"platforms": {
"ios": "8.0"
},
"source_files": "ZXKit/ZXScriptMessageHandler/*.{h,m}",
"public_header_files": "ZXKit/ZXScriptMessageHandler/*.h",
"frameworks": "WebKit"
},
{
"name": "ZXScrollLabel",
"source_files": "ZXKit/ZXScrollLabel/*.{h,m}",
"public_header_files": "ZXKit/ZXScrollLabel/*.h"
},
{
"name": "ZXTabBarController",
"source_files": "ZXKit/ZXTabBarController/*.{h,m}",
"public_header_files": "ZXKit/ZXTabBarController/*.h"
},
{
"name": "ZXTagView",
"source_files": "ZXKit/ZXTagView/*.{h,m}",
"public_header_files": "ZXKit/ZXTagView/*.h"
},
{
"name": "ZXToastView",
"source_files": "ZXKit/ZXToastView/*.{h,m}",
"public_header_files": "ZXKit/ZXToastView/*.h"
},
{
"name": "ZXURLProtocol",
"source_files": "ZXKit/ZXURLProtocol/*.{h,m}",
"public_header_files": "ZXKit/ZXURLProtocol/*.h",
"frameworks": [
"CoreFoundation",
"MobileCoreServices"
]
},
{
"name": "ZXURLSession",
"source_files": "ZXKit/ZXURLSession/*.{h,m}",
"public_header_files": "ZXKit/ZXURLSession/*.h"
}
]
}