blob: 64b6208546de47406b9dfc4618c0698a93e74b45 [file] [log] [blame]
{
"name": "AdvertisementView",
"version": "2.0.0",
"summary": "App启动广告页,支持播放Gif/png/jpg等。",
"homepage": "https://github.com/SilongLi/AdvertisementView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lisilong": "lisilong@tuandai.com"
},
"source": {
"git": "https://github.com/SilongLi/AdvertisementView.git",
"tag": "2.0.0"
},
"source_files": "AdvertisementView/Classes/**/*",
"description": "App启动广告页,支持播放Gif/png/jpg等。(组件中已经监听了app的 UIApplicationDidFinishLaunching 通知,通知来了会把广告页添加到keyWindow中,使用者只需要创建即可。)",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"frameworks": [
"Foundation",
"UIKit"
]
}