blob: cb441cf233de795a997e83cee33dd425b8a61d1a [file] [log] [blame]
{
"name": "CCWebScrollPanel",
"version": "0.0.1",
"summary": "A WebView Popup Panel Container",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/dzxsars/CCWebScrollPanel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duzhixia": "dzxsars@163.com"
},
"source": {
"git": "https://github.com/dzxsars/CCWebScrollPanel.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CCWebScrollPanel/Classes/**/*",
"resource_bundles": {
"CCWebScrollPanel": [
"CCWebScrollPanel/Assets/**/*"
]
},
"public_header_files": "CCWebScrollPanel/Classes/**/*.h",
"frameworks": [
"UIKit",
"WebKit"
]
}