blob: c7bfbcbc3ef967ece5b6247fd622ff6945d514b0 [file] [log] [blame]
{
"name": "HYUIKit",
"version": "0.3.0",
"summary": "HYUIKit is a categories set of UIView, UITableView, UICollectionView, UITextField, UITextView.",
"description": "HYUIKit is a categories set of UIView, UITableView, UICollectionView, UITextField, UITextView. It make UIKit more easy to use by using less code.",
"homepage": "https://github.com/yclzone/HYUIKit",
"license": "MIT",
"authors": {
"yclzone": "yclzone@gmail.com"
},
"source": {
"git": "https://github.com/yclzone/HYUIKit.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HYUIKit": [
"Pod/Assets/*.png"
]
}
}