| { |
| "name": "ZLScreeningNull", |
| "version": "0.0.1", |
| "summary": "可将OC字典、数组中的Null对象转换成空字符串。作者:Mr.Zhao", |
| "description": "利用递归的方式,将OC字典或数组中的Null转换为空字符串。轻量级,使用简单。", |
| "homepage": "https://github.com/ZLDemo/ZLScreeningNullDemo", |
| "license": "MIT", |
| "authors": { |
| "Mr.Zhao": "itzhaolei@foxmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ZLDemo/ZLScreeningNullDemo.git", |
| "tag": "0.0.1" |
| }, |
| "frameworks": "UIKit", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ZLScreeningNull/Library/*.{h,m}", |
| "exclude_files": "" |
| } |