| { |
| "name": "OYModule", |
| "version": "0.1.1", |
| "summary": "A short description of OYModule.", |
| "description": "ouyanggaojun's Pubulic Module", |
| "homepage": "https://github.com/ouyanggao/OYModule", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ouyanggao": "804716454@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/ouyanggao/OYModule.git", |
| "tag": "v0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "resource_bundles": { |
| "OYModule": [ |
| "OYModule/Assets/*.png" |
| ] |
| }, |
| "default_subspecs": "All", |
| "subspecs": [ |
| { |
| "name": "All", |
| "ios": { |
| "dependencies": { |
| "OYModule/OYBarrageRenderer": [ |
| |
| ] |
| } |
| } |
| }, |
| { |
| "name": "OYBarrageRenderer", |
| "source_files": "OYModule/OYBarrageRenderer/*.{h,m}", |
| "dependencies": { |
| "BarrageRenderer": [ |
| "~>2.1.0" |
| ], |
| "YYKit": [ |
| |
| ], |
| "Masonry": [ |
| "~> 1.0.2" |
| ], |
| "BlocksKit": [ |
| |
| ] |
| } |
| } |
| ] |
| } |