blob: 8724450d6c0cc86debf3d5eac5d2d1ff06c10544 [file] [log] [blame]
{
"name": "KMReusableViewHelpers",
"version": "1.3",
"swift_version": "4.2",
"summary": "Some helpful extensions for working with reusable and nib-based views",
"description": "Some helpful extensions for working with reusable, nib-based views and table view and collection views",
"homepage": "https://github.com/keefmoon/KMReusableViewHelpers",
"license": "MIT",
"authors": {
"Keith Moon": "keef@keefmoon.com"
},
"social_media_url": "http://twitter.com/keefmoon",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/keefmoon/KMReusableViewHelpers.git",
"tag": "1.3"
},
"module_name": "ReusableViewHelpers",
"source_files": "KMReusableViewHelpers/KMReusableViewHelpers/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DCOCOAPODS"
},
"frameworks": "UIKit"
}