blob: e9418156141f1be51b350339c2f12e16771ad5bd [file] [log] [blame]
{
"name": "ViewFrame",
"version": "1.0.0",
"summary": "A short view frame for ViewFrame.",
"description": "A view category for UIView Frame handy methods",
"homepage": "https://github.com/yaoqi-github/ViewFrame",
"license": "MIT",
"authors": {
"yaoqi": "yaoq@chemao.com.cn"
},
"source": {
"git": "https://github.com/yaoqi-github/ViewFrame.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ViewFrame": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}