| { | |
| "name": "LYTimerHelper", | |
| "version": "1.0.1", | |
| "summary": "定时简易封装", | |
| "description": "定时简易封装 ^-^", | |
| "homepage": "https://github.com/Liya86/LYTimerHelper", | |
| "license": { | |
| "type": "MIT", | |
| "text": " Copyright 2018\n Permission is granted to...\n" | |
| }, | |
| "authors": "Liya86", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Liya86/LYTimerHelper.git", | |
| "tag": "1.0.1" | |
| }, | |
| "source_files": "Source/**/*.{h,m}", | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ], | |
| "requires_arc": true | |
| } |