| { | |
| "name": "HXVersionChecking", | |
| "version": "0.0.1", | |
| "summary": "convenient version checking module", | |
| "homepage": "https://github.com/yiyucanglang", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "dahuanxiong": "xinlixuezyj@163.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/yiyucanglang/HXVersionChecking.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "public_header_files": "*{h}", | |
| "source_files": "*.{h,m}", | |
| "dependencies": { | |
| "AFNetworking": [ | |
| ] | |
| } | |
| } |