{ | |
"name": "LYMethodChaining", | |
"version": "1.0.1", | |
"summary": "常用类method chaining", | |
"description": "常用类method chaining ^-^", | |
"homepage": "https://github.com/Liya86/LYMethodChaining", | |
"license": "MIT", | |
"authors": "Liya86", | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/Liya86/LYMethodChaining.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": "Source/**/*.{h,m}", | |
"frameworks": [ | |
"Foundation", | |
"UIKit" | |
], | |
"requires_arc": true | |
} |