{ | |
"name": "UIView+RITLBorders", | |
"version": "0.0.1", | |
"summary": "A custom border for UIView.", | |
"homepage": "https://github.com/RITL/UIView-RITLBorder.git", | |
"license": "MIT", | |
"authors": { | |
"Yuexiaowen": "yuexiaowen108@gmail.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/RITL/UIView-RITLBorder.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "UIView+RITLBorder/**/*.{h,m}", | |
"frameworks": [ | |
"Foundation", | |
"UIKit" | |
], | |
"requires_arc": true | |
} |