| { |
| "name": "LGCategory", |
| "version": "1.0.3", |
| "summary": "A short description of ZLCategory.", |
| "description": "1.0.1:新增融错的分类\n1)处理数组越界\n2)处理可变数组增加空元素/空数组/设值/取值的融错\n3)处理字典的设值的融错\n4)处理空串", |
| "homepage": "https://github.com/ZLFighting/ZLCategory", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "zhangli": "3206946374@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "source": { |
| "git": "https://github.com/ZLFighting/ZLCategory.git", |
| "tag": "1.0.3" |
| }, |
| "static_framework": true, |
| "pod_target_xcconfig": { |
| "DEFINES_MODULE": "YES" |
| }, |
| "subspecs": [ |
| { |
| "name": "Foundation", |
| "source_files": "Code/Foundation/*.{h,m}" |
| }, |
| { |
| "name": "UIKit", |
| "source_files": "Code/UIKit/*.{h,m}" |
| } |
| ] |
| } |