blob: 66b656fdb55e8d45184dc55829f6a9cc9dc9aab8 [file] [log] [blame]
{
"name": "KNPodlib",
"version": "0.1.10",
"summary": "KNPodlib Improve feedback interface and customize webview functionality",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zhangkn/KNPodlib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangkn": "zhangkunnan@qinbaowan.com"
},
"source": {
"git": "https://github.com/zhangkn/KNPodlib.git",
"tag": "0.1.10"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*.{h,m}",
"resource_bundles": {
"KNPodlib": [
"Assets/*.png",
"Classes/**/*.xib"
]
},
"public_header_files": "Classes/PublicInterface/*.h",
"ios": {
"vendored_frameworks": "KNPodlib-0.1.9/ios/KNPodlib.framework"
}
}