| { |
| "name": "YQChangeSkinBase", |
| "version": "0.1.0", |
| "summary": "A skin switching solution.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/luwenhan2018/YQChangeSkinBase", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "luwenhan2018": "2390775839@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/luwenhan2018/YQChangeSkinBase.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "YQChangeSkinBase/Classes/YQTheme.h", |
| "public_header_files": "YQChangeSkinBase/Classes/YQTheme.h", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "YQChangeSkinBase/Classes/Core/*.{m,h}", |
| "public_header_files": "YQChangeSkinBase/Classes/Core/*.h" |
| }, |
| { |
| "name": "UIKit", |
| "source_files": "YQChangeSkinBase/Classes/UIKit/*.{m,h}", |
| "public_header_files": "YQChangeSkinBase/Classes/UIKit/*.h", |
| "dependencies": { |
| "YQChangeSkinBase/Core": [ |
| |
| ] |
| } |
| } |
| ] |
| } |