blob: ce2482e3aef28142dcd1799ee03a593dab83b223 [file] [log] [blame]
{
"name": "ZTBase",
"version": "0.1.39",
"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.39"
},
"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": [
]
}
}