| { |
| "name": "YYOCFramework", |
| "version": "0.1.1", |
| "summary": "这是自己用的类库,基本上都是基类和一些通用的类", |
| "description": "这是自己用的类库,基本上都是基类和一些通用的类。", |
| "homepage": "https://github.com/yanyanforest/YYOCFramework", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yanyanforest": "yanyanforest@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/yanyanforest/YYOCFramework.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "public_header_files": "YYOCFramework/Classes/YYOCFramework.h", |
| "source_files": "YYOCFramework/Classes/**/*", |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ], |
| "Masonry": [ |
| "~> 1.0.0" |
| ], |
| "Reachability": [ |
| |
| ], |
| "SDWebImage": [ |
| |
| ] |
| } |
| } |