| { | |
| "name": "DDCoreCategory", | |
| "version": "0.0.8", | |
| "summary": "A categorys used on iOS.", | |
| "homepage": "https://github.com/393385724/DDCategoryDemo", | |
| "license": "MIT", | |
| "authors": { | |
| "llg": "393385724@qq.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/393385724/DDCategoryDemo.git", | |
| "tag": "0.0.8" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "DDCoreCategory/*.{m,h}", | |
| "frameworks": [ | |
| "Foundation", | |
| "CoreGraphics", | |
| "UIKit" | |
| ], | |
| "dependencies": { | |
| "SSKeychain": [ | |
| "~> 1.2.3" | |
| ] | |
| } | |
| } |