| { |
| "name": "HYTools", |
| "summary": "A tools module for void repo", |
| "version": "0.0.8", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "huxiaoyang": "yohuyang@gmail.com" |
| }, |
| "homepage": "https://github.com/huxiaoyang/HYTools", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/huxiaoyang/HYTools.git", |
| "tag": "0.0.8" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "All", |
| "subspecs": [ |
| { |
| "name": "All", |
| "dependencies": { |
| "HYTools/HYBase": [ |
| |
| ], |
| "HYTools/YYBase": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "HYBase", |
| "source_files": [ |
| "Classes/Tools+Categories.h", |
| "Classes/Categories/*.{h,m}", |
| "Classes/Utils/*.{h,m}" |
| ] |
| }, |
| { |
| "name": "YYBase", |
| "source_files": [ |
| "Classes/YYBase/YYTools+Categories.h", |
| "Classes/YYBase/YYKitMacro.h", |
| "Classes/YYBase/**/*.{h,m}" |
| ] |
| } |
| ] |
| } |