| { |
| "name": "DNOCategory", |
| "version": "0.0.2", |
| "summary": "分类", |
| "description": "个人常用简单的分类", |
| "homepage": "https://github.com/imagons", |
| "license": "MIT", |
| "authors": { |
| "Danyow.Ed": "i.zuucol@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/imagons/DNOCategory.git", |
| "tag": "v0.0.2" |
| }, |
| "source_files": "DNOCategory/*/*.{h,m}", |
| "ios": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| "tvos": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| "osx": { |
| "frameworks": [ |
| "Foundation", |
| "AppKit" |
| ] |
| }, |
| "requires_arc": true |
| } |