blob: d591013a636eaaf0485cac875968bd573a3766c0 [file] [log] [blame]
{
"name": "ZXUtilityCode",
"version": "1.7.5",
"summary": "Utility codes for iOS.",
"description": "Provides a few utility codes for iOS.",
"homepage": "https://github.com/xinyzhao/ZXUtilityCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xinyzhao": "xinyzhao@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xinyzhao/ZXUtilityCode.git",
"tag": "1.7.5"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Core/ZXUtilityCode.h",
"public_header_files": "Core/ZXUtilityCode.h",
"subspecs": [
{
"name": "AVAudioProximityDetector",
"source_files": "Core/AVAudioProximityDetector/*.{h,m}",
"public_header_files": "Core/AVAudioProximityDetector/*.h",
"frameworks": "AVFoundation"
},
{
"name": "Base64Encoding",
"source_files": "Core/Base64Encoding/*.{h,m}",
"public_header_files": "Core/Base64Encoding/*.h"
},
{
"name": "HashValue",
"source_files": "Core/HashValue/*.{h,m}",
"public_header_files": "Core/HashValue/*.h"
},
{
"name": "JSONObject",
"source_files": "Core/JSONObject/*.{h,m}",
"public_header_files": "Core/JSONObject/*.h"
},
{
"name": "NSArray+Extra",
"source_files": "Core/NSArray+Extra/*.{h,m}",
"public_header_files": "Core/NSArray+Extra/*.h"
},
{
"name": "NSDate+Extra",
"source_files": "Core/NSDate+Extra/*.{h,m}",
"public_header_files": "Core/NSDate+Extra/*.h"
},
{
"name": "NSFileManager+Extra",
"source_files": "Core/NSFileManager+Extra/*.{h,m}",
"public_header_files": "Core/NSFileManager+Extra/*.h"
},
{
"name": "NSLog+Extra",
"source_files": "Core/NSLog+Extra/*.{h,m}",
"public_header_files": "Core/NSLog+Extra/*.h"
},
{
"name": "NSObject+Extra",
"source_files": "Core/NSObject+Extra/*.{h,m}",
"public_header_files": "Core/NSObject+Extra/*.h"
},
{
"name": "NSString+NumberValue",
"source_files": "Core/NSString+NumberValue/*.{h,m}",
"public_header_files": "Core/NSString+NumberValue/*.h"
},
{
"name": "NSString+Pinyin",
"source_files": "Core/NSString+Pinyin/*.{h,m}",
"public_header_files": "Core/NSString+Pinyin/*.h"
},
{
"name": "NSString+Unicode",
"dependencies": {
"ZXUtilityCode/NSObject+Extra": [
]
},
"source_files": "Core/NSString+Unicode/*.{h,m}",
"public_header_files": "Core/NSString+Unicode/*.h"
},
{
"name": "NSString+URLEncoding",
"source_files": "Core/NSString+URLEncoding/*.{h,m}",
"public_header_files": "Core/NSString+URLEncoding/*.h"
},
{
"name": "QRCodeGenerator",
"source_files": "Core/QRCodeGenerator/*.{h,m}",
"public_header_files": "Core/QRCodeGenerator/*.h"
},
{
"name": "QRCodeReader",
"source_files": "Core/QRCodeReader/*.{h,m}",
"public_header_files": "Core/QRCodeReader/*.h"
},
{
"name": "QRCodeScanner",
"source_files": "Core/QRCodeScanner/*.{h,m}",
"public_header_files": "Core/QRCodeScanner/*.h",
"frameworks": "AVFoundation"
},
{
"name": "UIApplicationIdleTimer",
"source_files": "Core/UIApplicationIdleTimer/*.{h,m}",
"public_header_files": "Core/UIApplicationIdleTimer/*.h"
},
{
"name": "UIColor+Extra",
"source_files": "Core/UIColor+Extra/*.{h,m}",
"public_header_files": "Core/UIColor+Extra/*.h"
},
{
"name": "UIImage+Extra",
"source_files": "Core/UIImage+Extra/*.{h,m}",
"public_header_files": "Core/UIImage+Extra/*.h",
"frameworks": [
"CoreGraphics",
"ImageIO"
]
},
{
"name": "UINetworkActivityIndicator",
"source_files": "Core/UINetworkActivityIndicator/*.{h,m}",
"public_header_files": "Core/UINetworkActivityIndicator/*.h"
},
{
"name": "UITableViewCell+Separator",
"source_files": "Core/UITableViewCell+Separator/*.{h,m}",
"public_header_files": "Core/UITableViewCell+Separator/*.h"
},
{
"name": "UIView+Snapshot",
"source_files": "Core/UIView+Snapshot/*.{h,m}",
"public_header_files": "Core/UIView+Snapshot/*.h"
},
{
"name": "UIViewController+Extra",
"source_files": "Core/UIViewController+Extra/*.{h,m}",
"public_header_files": "Core/UIViewController+Extra/*.h"
},
{
"name": "ZXAlertView",
"source_files": "Core/ZXAlertView/*.{h,m}",
"public_header_files": "Core/ZXAlertView/*.h"
},
{
"name": "ZXAuthorizationHelper",
"source_files": "Core/ZXAuthorizationHelper/*.{h,m}",
"public_header_files": "Core/ZXAuthorizationHelper/*.h",
"frameworks": [
"AddressBook",
"AssetsLibrary",
"AVFoundation",
"CoreLocation"
],
"weak_frameworks": [
"Contacts",
"CoreTelephony",
"Photos"
]
},
{
"name": "ZXBadgeLabel",
"source_files": "Core/ZXBadgeLabel/*.{h,m}",
"public_header_files": "Core/ZXBadgeLabel/*.h"
},
{
"name": "ZXCircularProgressView",
"source_files": "Core/ZXCircularProgressView/*.{h,m}",
"public_header_files": "Core/ZXCircularProgressView/*.h"
},
{
"name": "ZXDownloadManager",
"dependencies": {
"ZXUtilityCode/HashValue": [
]
},
"source_files": "Core/ZXDownloadManager/*.{h,m}",
"public_header_files": "Core/ZXDownloadManager/*.h"
},
{
"name": "ZXDrawingView",
"source_files": "Core/ZXDrawingView/*.{h,m}",
"public_header_files": "Core/ZXDrawingView/*.h"
},
{
"name": "ZXHTTPClient",
"source_files": "Core/ZXHTTPClient/*.{h,m}",
"public_header_files": "Core/ZXHTTPClient/*.h",
"frameworks": "Security"
},
{
"name": "ZXImageView",
"source_files": "Core/ZXImageView/*.{h,m}",
"public_header_files": "Core/ZXImageView/*.h"
},
{
"name": "ZXNetworkTrafficMonitor",
"source_files": "Core/ZXNetworkTrafficMonitor/*.{h,m}",
"public_header_files": "Core/ZXNetworkTrafficMonitor/*.h"
},
{
"name": "ZXPageIndicatorView",
"source_files": "Core/ZXPageIndicatorView/*.{h,m}",
"public_header_files": "Core/ZXPageIndicatorView/*.h"
},
{
"name": "ZXPageView",
"source_files": "Core/ZXPageView/*.{h,m}",
"public_header_files": "Core/ZXPageView/*.h"
},
{
"name": "ZXPhotoLibrary",
"source_files": "Core/ZXPhotoLibrary/*.{h,m}",
"public_header_files": "Core/ZXPhotoLibrary/*.h",
"frameworks": [
"AssetsLibrary",
"CoreGraphics",
"ImageIO"
],
"weak_frameworks": "Photos"
},
{
"name": "ZXPlayerViewController",
"dependencies": {
"ZXUtilityCode/NSObject+Extra": [
],
"ZXUtilityCode/UIViewController+Extra": [
]
},
"source_files": "Core/ZXPlayerViewController/*.{h,m}",
"public_header_files": "Core/ZXPlayerViewController/*.h",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
},
{
"name": "ZXPopoverWindow",
"source_files": "Core/ZXPopoverWindow/*.{h,m}",
"public_header_files": "Core/ZXPopoverWindow/*.h"
},
{
"name": "ZXRefreshView",
"dependencies": {
"ZXUtilityCode/ZXCircularProgressView": [
]
},
"source_files": "Core/ZXRefreshView/*.{h,m}",
"public_header_files": "Core/ZXRefreshView/*.h"
},
{
"name": "ZXTabBarController",
"source_files": "Core/ZXTabBarController/*.{h,m}",
"public_header_files": "Core/ZXTabBarController/*.h"
},
{
"name": "ZXTagView",
"source_files": "Core/ZXTagView/*.{h,m}",
"public_header_files": "Core/ZXTagView/*.h"
},
{
"name": "ZXToastView",
"source_files": "Core/ZXToastView/*.{h,m}",
"public_header_files": "Core/ZXToastView/*.h"
}
]
}