| { |
| "name": "DPUIKitRouter", |
| "version": "1.0.0", |
| "summary": "UIKit的路由工具", |
| "description": "UIKit的路由工具,方便进行路由", |
| "homepage": "https://github.com/DancewithPeng/DPRouter.git", |
| "license": "MIT", |
| "authors": { |
| "DP": "dancewithpeng@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/DancewithPeng/DPRouter.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "DPRouter/Sources", |
| "DPRouter/Sources/**/*.{h,m,swift}", |
| "DPRouter/DPRouter.h" |
| ], |
| "swift_versions": "5.3", |
| "swift_version": "5.3" |
| } |