blob: 955cae4a7ac07c71aa6e66c85e35f392a2fdbc89 [file] [log] [blame]
{
"name": "ZBCocoaPod",
"version": "0.0.3",
"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"
],
"source": {
"git": "https://github.com/prewindemon/ZBCocoaPod.git",
"tag": "0.0.3",
"submodules": true
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"UITableView+FDTemplateLayoutCell": [
],
"SDWebImage": [
],
"MBProgressHUD": [
],
"MJRefresh": [
],
"AFNetworking": [
],
"YYModel": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "ZBCocoaPod/ZBFoundation/Core/**/*.{h,m}"
},
{
"name": "Category",
"source_files": "ZBCocoaPod/ZBFoundation/Category/**/*.{h,m}"
}
]
}