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