blob: d7595f8b99be46e411523a39074b797aa9518535 [file] [log] [blame]
{
"name": "HYUIKit",
"version": "0.4.2",
"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.4.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HYUIKit": [
"Pod/Assets/*.png"
]
}
}