blob: a6cc512e189a73c0c500cd34cda66d0bc8ef31ff [file] [log] [blame]
{
"name": "KMReusableViewHelpers",
"version": "1.2",
"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.2"
},
"module_name": "ReusableViewHelpers",
"source_files": "KMReusableViewHelpers/KMReusableViewHelpers/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DCOCOAPODS"
},
"frameworks": "UIKit"
}