| { |
| "name": "ISGCategory", |
| "version": "1.5", |
| "summary": "ISGCategory", |
| "description": "TODO: 常用分类 1.5添加UIView点击事件", |
| "homepage": "https://github.com/Isaaclzg/ISGCategory", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Isaaclzg": "isaac_gang@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/Isaaclzg/ISGCategory.git", |
| "tag": "1.5" |
| }, |
| "social_media_url": "https://www.jianshu.com/u/7e1b920cdac1", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ISGCategory/Classes/**/*", |
| "resource_bundles": { |
| "ISGCategory": [ |
| "ISGCategory/Assets/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "CoreGraphics", |
| "Foundation", |
| "QuartzCore" |
| ], |
| "dependencies": { |
| "MBProgressHUD": [ |
| "~> 1.1.0" |
| ] |
| } |
| } |