blob: 7c3a7e39847052b2f390f8bb2fc68fe366e22efc [file] [log] [blame]
{
"name": "CZActionSheet",
"version": "0.2.0",
"summary": "A ActionSheet.",
"description": "Just an actionSheet",
"homepage": "https://github.com/czeludzki/CZActionSheet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"czeludzki": "czeludzki@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/czeludzki/CZActionSheet.git",
"tag": "0.2.0"
},
"source_files": "CZActionSheet/Classes/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}