blob: 57d3b652a657e11f35f46dd1c14219c020d9f084 [file] [log] [blame]
{
"name": "SDUIKitHelpers",
"version": "0.0.2",
"summary": "UIKit helper classes and categories",
"description": "UIKit helper classes and categories: SDTableView",
"homepage": "https://github.com/SergeyDukhovich",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Dukhovich": "sergey.dukhovich@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SergeyDukhovich/SDUIKitHelpers.git",
"tag": "0.0.2"
},
"requires_arc": true,
"dependencies": {
"PureLayout": [
"~> 3.0"
]
},
"source_files": [
"SDUIKitHelpers",
"SDUIKitHelpers/**/*.{h,m}"
]
}