blob: 91a0cb9b2c393999b2b0e3c56c01f71d543430b9 [file] [log] [blame]
{
"name": "HPUIViewExtensions",
"version": "0.1.0",
"summary": "Prebuilt UI classes that support often-used UI features.",
"description": "Prebuilt UI classes that support often-used UI features; which can help reduce the amount of UI code needed in View Controllers.",
"homepage": "https://github.com/huyphamthanh8290/HPUIViewExtensions",
"license": "MIT",
"authors": {
"Huy Pham": "huyphamthanh8290@gmail.com"
},
"source": {
"git": "https://github.com/huyphamthanh8290/HPUIViewExtensions.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HPUIViewExtensions": [
"Pod/Assets/*.png"
]
}
}