blob: 53f7a636fb806d558b7fab9d68c9b8add9e30b47 [file] [log] [blame]
{
"name": "ZBCocoaPod",
"version": "0.0.5",
"summary": "ZB专用的CocoaPod",
"description": "用于ZB内部的一些常用类及扩展,用于搭建基础框架",
"homepage": "https://github.com/prewindemon/ZBCocoaPod",
"license": "MIT",
"authors": {
"Prewindemon": "121555495@qq.com"
},
"social_media_url": "http://weibo.com/123605358/home",
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Core",
"Category",
"Util"
],
"source": {
"git": "https://github.com/prewindemon/ZBCocoaPod.git",
"tag": "0.0.5",
"submodules": true
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "ZBCocoaPod/ZBFoundation/Core/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"UITableView+FDTemplateLayoutCell": [
],
"SDWebImage": [
],
"MBProgressHUD": [
],
"MJRefresh": [
],
"AFNetworking": [
],
"YYModel": [
]
}
},
{
"name": "Category",
"source_files": "ZBCocoaPod/ZBFoundation/Category/**/*.{h,m}"
},
{
"name": "Util",
"source_files": "ZBCocoaPod/ZBFoundation/Util/**/*.{h,m}",
"dependencies": {
"ZBCocoaPod/Core": [
]
}
}
]
}