blob: 921901f68a58b6408c69284e3f554db0537b96c9 [file] [log] [blame]
{
"name": "UIExtensions+IS",
"version": "1.0.1",
"summary": "UIExtensions to facilitate using UIKit",
"description": "Extensions for CGfloat, CGsize, CGpoint, Gestures, UIView, UIImaage, UIImageView, UIColor, UINavigation, UITableView, UIScreen, UITextFiled, ...",
"homepage": "https://github.com/islamshazly/UIExtensions-IS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"islamshazly": "ishazly92@gmail.com"
},
"source": {
"git": "https://github.com/islamshazly/UIExtensions-IS.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/elshazly92",
"platforms": {
"ios": "10.0"
},
"source_files": "UIExtensions-IS/Classes/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"Kingfisher": [
"~>4.10.1"
],
"Reusable": [
]
}
}