| { |
| "name": "KNPodlib", |
| "version": "0.1.11", |
| "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.11" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Classes/**/*.{h,m}", |
| "resource_bundles": { |
| "KNPodlib": [ |
| "Assets/*.png", |
| "Classes/**/*.xib" |
| ] |
| }, |
| "public_header_files": "Classes/PublicInterface/*.h" |
| } |