| { | |
| "name": "HPMemoryUtils", | |
| "version": "0.0.1", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "homepage": "https://github.com/Pandaliya/HPMemoryUtils", | |
| "authors": { | |
| "Pan Zhang": "yxh.zhang@outlook.com" | |
| }, | |
| "summary": "ARC and GCD Compatible HPMemoryUtils Class for iOS and OS X.", | |
| "source": { | |
| "git": "https://github.com/Pandaliya/HPMemoryUtils.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "HPMemoryUtils/*.{h,m}", | |
| "requires_arc": true, | |
| "frameworks": "UIKit", | |
| "platforms": { | |
| "ios": "9.0" | |
| } | |
| } |