blob: 0468f2ce7368e7fdf0d14e5aee812b2ebd90bed2 [file] [log] [blame]
{
"name": "SDUIKitHelpers",
"version": "0.0.5",
"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.5"
},
"requires_arc": true,
"dependencies": {
"PureLayout": [
"~> 3.0"
]
},
"source_files": [
"SDUIKitHelpers",
"SDUIKitHelpers/**/*.{h,m}"
]
}