blob: d78f2081d4ac13d67c8d314f4fa892fdb7e7019f [file] [log] [blame]
{
"name": "USeek",
"version": "0.5.0",
"summary": "USeek Library",
"description": "This Pod library is designed to help developers use USeek Library easily.",
"homepage": "https://github.com/kronos317/USeek",
"license": {
"type": "USEEK",
"file": "LICENSE"
},
"authors": {
"kronos317": "kronostech.317@gmail.com"
},
"source": {
"git": "https://github.com/kronos317/USeek.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "USeek/Classes/**/*.{h,m}",
"resources": [
"USeek/Assets/**/*",
"USeek/Classes/**/*.xib"
],
"public_header_files": [
"USeek/Classes/USeek.h",
"USeek/Classes/USeekManager.h",
"USeek/Classes/USeekPlayerView.h",
"USeek/Classes/USeekPlayerViewController.h"
]
}