| { |
| "name": "CJKTCategory", |
| "version": "0.1.6", |
| "summary": "CJKTCategory:一些常用的Category", |
| "description": "CJKTCategory:项目中一些常用的Category", |
| "homepage": "https://github.com/Dxc123/CJKTCategory", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Dxc123": "daixingchuang@163.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/Dxc123/CJKTCategory.git", |
| "tag": "0.1.6" |
| }, |
| "requires_arc": true, |
| "source_files": "CJKTCategory/**/*.{h,m}", |
| "public_header_files": "CJKTCategory/**/*.{h}", |
| "frameworks": [ |
| "UIKit", |
| "CoreFoundation", |
| "CoreText", |
| "QuartzCore", |
| "Accelerate", |
| "MobileCoreServices" |
| ] |
| } |