blob: 4cb3db874dcc21e9a9162a635d0e27ab0f7f4a9a [file] [log] [blame]
{
"name": "ZXUtilityCode",
"version": "1.4.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.4.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": "DispatchQueue",
"source_files": "Core/DispatchQueue/*.{h,m}",
"public_header_files": "Core/DispatchQueue/*.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+PerformAction",
"source_files": "Core/NSObject+PerformAction/*.{h,m}",
"public_header_files": "Core/NSObject+PerformAction/*.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",
"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": "UIButton+Extra",
"source_files": "Core/UIButton+Extra/*.{h,m}",
"public_header_files": "Core/UIButton+Extra/*.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": "ZXAuthorizationManager",
"source_files": "Core/ZXAuthorizationManager/*.{h,m}",
"public_header_files": "Core/ZXAuthorizationManager/*.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": "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": "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": "ZXPopoverWindow",
"source_files": "Core/ZXPopoverWindow/*.{h,m}",
"public_header_files": "Core/ZXPopoverWindow/*.h"
},
{
"name": "ZXRefreshView",
"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"
}
]
}