blob: eaac90d1f2e140d6616c766dd7584b46ac9dc4e6 [file] [log] [blame]
{
"name": "UIKitCategory",
"version": "1.0.0",
"summary": "简易好用的UIKit组件",
"description": "A view category for UIView Frame handy methods",
"homepage": "https://github.com/yaoqi-github/UIKitCategory",
"license": "MIT",
"authors": {
"yaoqi": "yq853355024@163.com"
},
"source": {
"git": "https://github.com/yaoqi-github/UIKitCategory.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UIKitCategory": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}