| { |
| "name": "LYTestGitRemote", |
| "version": "0.3.0", |
| "summary": "A short description of LYTestGitRemote.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/XueWuQianKun/Remote.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "XueWuQianKun": "1603196678@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/XueWuQianKun/Remote.git", |
| "tag": "0.3.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LYTestGitRemote/Classes/*.{h,m}", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "subspecs": [ |
| { |
| "name": "HomeModul", |
| "source_files": "LYTestGitRemote/Classes/HomeModul/*.{h,m}" |
| } |
| ] |
| } |