| { |
| "name": "YFCategory", |
| "version": "0.0.2", |
| "summary": "Some commonly used category.", |
| "homepage": "https://github.com/ghostfeng/YFCategory", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "LiuYongfeng": "1253289963@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/ghostfeng/YFCategory.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "YFCategory/YFCategory.h", |
| "public_header_files": "YFCategory/YFCategory.h", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Foundation", |
| "source_files": "YFCategory/Foundation/*.{h,m}", |
| "public_header_files": "YFCategory/Foundation/*.h" |
| }, |
| { |
| "name": "UIKit", |
| "source_files": "YFCategory/UIKit/*.{h,m}", |
| "public_header_files": "YFCategory/UIKit/*.h" |
| } |
| ] |
| } |