blob: f10ee1a546756c34d780d6b0b073377255e408b5 [file] [log] [blame]
{
"name": "ZTBase",
"version": "0.1.40",
"summary": "ZTBase is the basic framework of OC project.",
"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.40"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ZTBase/**/*.{h,m}",
"public_header_files": "ZTBase/**/*.h",
"resource_bundles": {
"ZTBase": [
"ZTBase/**/*.{txt,png}"
]
},
"dependencies": {
"AFNetworking": [
],
"MJRefresh": [
],
"MJExtension": [
],
"Masonry": [
],
"IQKeyboardManager": [
],
"SDWebImage": [
],
"MBProgressHUD": [
],
"KMNavigationBarTransition": [
],
"DZNEmptyDataSet": [
]
}
}