| { | |
| "name": "DDTimeTools", | |
| "version": "1.0.0", | |
| "summary": "Easy access to various dates.", | |
| "homepage": "https://github.com/SoulKeyDD/DDTimeTools", | |
| "license": { | |
| "type": "ISC", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "李永吉": "liyongji@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/SoulKeyDD/DDTimeTools.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "DDTimeTools/*.{h,m}", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "frameworks": "UIKit", | |
| "requires_arc": true | |
| } |