{ | |
"name": "AKMediator", | |
"version": "0.0.1", | |
"summary": "组件化开发中间件.", | |
"homepage": "https://github.com/ApterKing/AKMediator", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"ApterKing": "wangcccong@outlook.com" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source": { | |
"git": "https://github.com/ApterKing/AKMediator.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "Pod/Classes/*.swift", | |
"frameworks": [ | |
"Foundation", | |
"UIKit" | |
], | |
"requires_arc": true, | |
"pushed_with_swift_version": "3.0" | |
} |