blob: da6652fb116f2673f8091356629bd19d0d958900 [file] [log] [blame]
{
"name": "HZExtend",
"version": "0.5.3",
"summary": "a useful powrful IOS Extend",
"description": "a useful powrful IOS Extend,available Network、Model、MMVM",
"homepage": "https://github.com/GeniusBrother/HZExtend.git",
"license": "MIT",
"authors": {
"GeniusBrother": "zuohong_xie@163.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/GeniusBrother/HZExtend.git",
"tag": "0.5.3"
},
"frameworks": [
"CoreFoundation",
"Foundation",
"CoreGraphics",
"UIKit"
],
"public_header_files": "Classes/HZExtend.h",
"source_files": "Classes/HZExtend.h",
"subspecs": [
{
"name": "Core",
"source_files": "Classes/Core/**/*.{h,m}",
"public_header_files": "Classes/Core/**/*.h",
"dependencies": {
"AFNetworking": [
"~>3.0.4"
],
"MBProgressHUD": [
],
"FMDB": [
],
"FMDBMigrationManager": [
],
"MJExtension": [
],
"TMCache": [
],
"SDWebImage": [
],
"MJRefresh": [
"~> 3.0.7"
]
}
},
{
"name": "Other",
"source_files": "Classes/Other/**/*.{h,m}",
"public_header_files": "Classes/Other/**/*.h"
}
]
}