| { |
| "name": "LYToolsKit", |
| "version": "0.1.1", |
| "summary": "LYToolsKit is Foundation|UI|Utility SDK.", |
| "homepage": "https://github.com/yyly/LYToolsKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yyly": "mingyuegucheng@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/yyly/LYToolsKit.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "LYToolsKit/LYToolsKit.h", |
| "subspecs": [ |
| { |
| "name": "Foundation", |
| "source_files": "LYToolsKit/Foundation/**/*.{h,m}", |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| } |
| }, |
| { |
| "name": "UI", |
| "source_files": "LYToolsKit/UI/**/*.{h,m}", |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| } |
| }, |
| { |
| "name": "Utility", |
| "source_files": "LYToolsKit/Utility/**/*.{h,m}", |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "LYToolsKit/UI": [ |
| |
| ] |
| } |
| } |
| ] |
| } |