| { |
| "name": "ZJModuleCommon", |
| "version": "1.0.4", |
| "summary": "A short", |
| "description": "LZTool 是一个用于保存一些常用工具类的工具", |
| "homepage": "https://github.com/gnaw9258wp/ZJModuleCommon", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "王鹏": "1520770071@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/gnaw9258wp/ZJModuleCommon", |
| "tag": "1.0.4" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.1.0" |
| ], |
| "SDWebImage": [ |
| "~> 5.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "ZJMediator", |
| "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJMediator/*.{h,m}" |
| }, |
| { |
| "name": "Define", |
| "source_files": "ZJModuleCommon/ZJModuleCommon/Class/Define/*.{h,m}" |
| }, |
| { |
| "name": "ZJSetAuthManager", |
| "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJSetAuthManager/*.{h,m}", |
| "dependencies": { |
| "ZJModuleCommon/Define": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Category", |
| "source_files": "ZJModuleCommon/ZJModuleCommon/Class/Category/**/**/*.{h,m}" |
| }, |
| { |
| "name": "Environment", |
| "source_files": "ZJModuleCommon/ZJModuleCommon/Class/Environment/*.{h,m}" |
| }, |
| { |
| "name": "BaseVC", |
| "source_files": "ZJModuleCommon/ZJModuleCommon/Class/BaseVC/*.{h,m}", |
| "dependencies": { |
| "ZJModuleCommon/Category": [ |
| |
| ], |
| "ZJModuleCommon/Define": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "ZJHUD", |
| "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJHUD/*.{h,m}", |
| "dependencies": { |
| "ZJModuleCommon/Category": [ |
| |
| ], |
| "ZJModuleCommon/Define": [ |
| |
| ], |
| "MBProgressHUD": [ |
| "~> 1.1.0" |
| ] |
| }, |
| "resources": "ZJModuleCommon/ZJModuleCommon/Class/ZJHUD/*.{xib,bundle,xcassets,html,plist,js,json,gif}" |
| }, |
| { |
| "name": "ZJNavigationController", |
| "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJNavigationController/*.{h,m}", |
| "dependencies": { |
| "ZJModuleCommon/Category": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "ZJNetWork", |
| "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJNetWork/*.{h,m}", |
| "dependencies": { |
| "ZJModuleCommon/Environment": [ |
| |
| ], |
| "ZJModuleCommon/Category": [ |
| |
| ], |
| "YTKNetwork": [ |
| "~> 2.1.4" |
| ], |
| "Reachability": [ |
| "~> 3.2" |
| ] |
| } |
| } |
| ] |
| } |