| { | |
| "name": "ConvertDateAndStringEachOther", | |
| "version": "0.0.1", | |
| "summary": "Date和String之间的互相转换", | |
| "description": "提供了NSDate和NString的互相转化,UTC和本地时间的互相转化。", | |
| "homepage": "https://github.com/yinanwang1/ConvertDateWithString", | |
| "license": "MIT", | |
| "authors": { | |
| "ArthurWang": "wangyinan1986@sina.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/yinanwang1/ConvertDateWithString.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "*.{h,m}", | |
| "public_header_files": "*.h", | |
| "requires_arc": true | |
| } |