blob: 8e7c8b42ce30e5950d8ae9d33fed6aa3a1f323ca [file] [log] [blame]
{
"name": "ZTBase",
"version": "0.1.2",
"summary": "ZTBase is the basic framework of OC project",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/CherishSmile/ZTBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZWL": "1332291552@qq.com"
},
"source": {
"git": "https://github.com/CherishSmile/ZTBase.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"ZTBase/Classes/ZTBase/**/*.{h,m}",
"ZTBase/Classes/Utilities/**/*.{h,m}"
],
"public_header_files": [
"ZTBase/Classes/ZTBase/**/*.h",
"ZTBase/Classes/Utilities/**/*.h"
],
"dependencies": {
"AFNetworking": [
],
"MJRefresh": [
],
"MJExtension": [
],
"Masonry": [
],
"IQKeyboardManager": [
],
"SDWebImage": [
],
"MBProgressHUD": [
],
"KMNavigationBarTransition": [
],
"DZNEmptyDataSet": [
]
}
}