blob: 7a7c386a687ac8a8eaab2b845b05cf76e501043f [file] [log] [blame]
{
"name": "CZActionSheet",
"version": "0.1.1",
"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.1.1"
},
"source_files": "CZActionSheet/Classes/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}