| { | |
| "name": "KYSM4", | |
| "version": "1.0.4", | |
| "summary": "KYSM4是一个基于SM4国密算法的Objective-C的国密SM4算法类库。", | |
| "homepage": "https://github.com/kingly09/KYSM4", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "kingly": "libintm@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/kingly09/KYSM4.git", | |
| "tag": "1.0.4" | |
| }, | |
| "social_media_url": "https://github.com/kingly09", | |
| "source_files": "KYSM4/**/*", | |
| "frameworks": "UIKit", | |
| "requires_arc": true | |
| } |