blob: 5a0ad5df31c08b73d50935031a67177ef1be19ae [file] [log] [blame]
{
"name": "AdsPlayView",
"version": "1.0.0",
"summary": "A Ads play view used on iOS.",
"description": "It is a Ads play view used on iOS, which implement by Swift.",
"homepage": "https://github.com/broccolii/AdsPlayView",
"license": "MIT",
"authors": {
"WuJingpeng": "broccoliii@163.com"
},
"source": {
"git": "https://github.com/broccolii/AdsPlayView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AdsPlayView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"Kingfisher": [
"~> 1.8"
]
}
}