{ | |
"name": "AZViewBlock", | |
"version": "0.1.0", | |
"summary": "View Block", | |
"description": "Write view structure with swift block", | |
"homepage": "https://github.com/windless/AZViewBlock", | |
"license": "MIT", | |
"authors": { | |
"Abner Zhong": "windlessg@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/windless/AZViewBlock.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"requires_arc": true, | |
"source_files": "Pod/Classes/**/*", | |
"resource_bundles": { | |
"AZViewBlock": [ | |
"Pod/Assets/*.png" | |
] | |
} | |
} |