| { |
| "name": "OYModule", |
| "version": "0.1.0", |
| "summary": "ouyanggaojun's public OYModule for Yiwu", |
| "description": "ouyanggaojun's public OYModule for Yiwu and ouyanggaojun's public OYModule for Yiwu", |
| "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": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "resource_bundles": { |
| "OYModule": [ |
| "OYModule/Assets/*.png" |
| ] |
| }, |
| "default_subspecs": "All", |
| "subspecs": [ |
| { |
| "name": "All", |
| "ios": { |
| "dependencies": { |
| "OYModule/UIKit": [ |
| |
| ], |
| "OYModule/NSObject": [ |
| |
| ] |
| } |
| } |
| }, |
| { |
| "name": "UIKit", |
| "source_files": [ |
| "OYModule/NSObject+OYModule.{h,m}", |
| "OYModule/UIKit/*.{h,m}" |
| ] |
| }, |
| { |
| "name": "NSObject", |
| "ios": { |
| "dependencies": { |
| "OYModule/UIKit": [ |
| |
| ] |
| } |
| }, |
| "source_files": "OYModule/NSObject/*.{h,m}" |
| } |
| ] |
| } |