blob: e3ea2358a6e58cfe18d29c193bb785431a99005d [file] [log] [blame]
{
"name": "SwifterSwift",
"version": "1.2.2",
"summary": "A handy collection of more than 290 native Swift 3 extensions to boost your productivity.",
"description": "Swifter Swift is a library of over 290 properties and methods, designed to extend Swift's functionality and productivity, staying faithful to the original design guidelines of swift 3\n\nList Of Extensions\n - Array extensions\n - Character extensions\n - Convenience extensions\n - Date extensions\n - Dictionary extensions\n - Double extensions\n - Float extensions\n - Int extensions\n - String extensions\n - CGFloat extensions\n - CGSize extensions\n - UIAlertController extensions\n - UIButton extensions\n - UIColor extensions\n - UIImage extensions\n - UIImageView extensions\n - UINavigationBar extensions\n - UINavigationController extensions\n - UINavigationItem extensions\n - UISearchBar extensions\n - UISegmentedControl extensions\n - UISlider extensions\n - UILabel extensions\n - UITabBar extensions\n - UITableView extensions\n - UITextField extensions\n - UITextView extensions\n - UIView extensions\n - UIViewController extensions",
"homepage": "https://github.com/omaralbeik/SwifterSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Omar Albeik": "omaralbeik@gmail.com"
},
"social_media_url": "http://twitter.com/omaralbeik",
"screenshots": "https://raw.githubusercontent.com/omaralbeik/SwifterSwift/master/logo.png",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/omaralbeik/SwifterSwift.git",
"tag": "v1.2.2"
},
"source_files": "SwifterSwift/SwifterSwift/Extensions/**/*.swift",
"documentation_url": "https://github.com/omaralbeik/SwifterSwift/wiki",
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "3.0"
}