| { |
| "name": "MGDeeplinkNavigator", |
| "version": "0.0.6", |
| "summary": "MGDeeplinkNavigator 升级Swift 4.0", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/mgzf/MGDeeplinkNavigator", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "spf": "spf_ios@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/mgzf/MGDeeplinkNavigator.git", |
| "tag": "0.0.6" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": "DeeplinkNavigator", |
| "pushed_with_swift_version": "4.0", |
| "subspecs": [ |
| { |
| "name": "DeeplinkNavigator", |
| "source_files": "MGDeeplinkNavigator/Classes/MGDeeplinkNavigator/*.{swift,m,h}" |
| }, |
| { |
| "name": "MGDeeplinkNavigator_Extension", |
| "source_files": "MGDeeplinkNavigator/Classes/Extension/*.{swift,m,h}", |
| "dependencies": { |
| "MGDeeplinkNavigator/DeeplinkNavigator": [ |
| |
| ] |
| } |
| } |
| ] |
| } |