| { | |
| "name": "SYWaySealAndPackage", | |
| "version": "0.0.3", | |
| "summary": "封装方法", | |
| "description": "常用方法的封装,包括时间,字符串等", | |
| "homepage": "https://github.com/fengxueSY/SYWaySealAndPackage", | |
| "license": "MIT", | |
| "authors": { | |
| "fengxueSY": "xyz123003@126.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/fengxueSY/SYWaySealAndPackage.git", | |
| "tag": "0.0.3" | |
| }, | |
| "source_files": "SYWaySealAndPackage/*.{h,m}", | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ], | |
| "requires_arc": true | |
| } |