| { |
| "name": "ZHCPickerHelper", |
| "version": "1.0.0", |
| "summary": "a tool with city picker, date picker and single column selector", |
| "description": "a tool with city picker, date picker and single column selector, swift only.", |
| "homepage": "https://github.com/HungryZ/ZHCPickerHelper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "HungryZ": "924320752@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/HungryZ/ZHCPickerHelper.git", |
| "tag": "1.0.0" |
| }, |
| "swift_versions": "4.1", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "ZHCPickerHelper/Classes/**/*", |
| "resource_bundles": { |
| "ZHCPickerHelper": [ |
| "ZHCPickerHelper/Assets/**/*" |
| ] |
| }, |
| "swift_version": "4.1" |
| } |