2 "name": "Swift_Extensions",
4 "summary": "Few simple extensions for Date and UIView classes",
5 "description": "This pod contains extensions of the Date and UIView class.\n\nDate -------------------------------------------------------------------------------------------------------\nNew attributes :\n- stringFromDate -> return the string of a Date formatted like this : \"dd/MM/yyyy\"\n- stringFromDateHour -> return the string of a Data formatted like this : \"dd/MM/yyyy HH:mm:ss\"\n\nNew constructor :\n- init(withDateString:String) -> which take as a parameter a date string formatted : \"dd/MM/yyyy\"\n------------------------------------------------------------------------------------------------------------\n\nUIView -----------------------------------------------------------------------------------------------------\nNew attributes :\n- width -> CGFLoat\n- height -> CGFLoat\n- size -> CGSize\n- origin -> CGPoint\n- x -> CGFLoat\n- y -> CGFLoat\n- centerX -> CGFLoat\n- centerY -> CGFLoat\n- top -> CGFLoat\n- left -> CGFLoat\n#- bottom -> CGFLoat\n#- right -> CGFLoat\n\n\nNew method :\n- activateBorders() -> Put 1.0 widthed black border to the view (for debug purposes)\n\n------------------------------------------------------------------------------------------------------------",
6 "homepage": "https://github.com/MorganBerger/Swift_Extensions.git",
12 "Morgan Berger": "morgan@Morgans-MacBook-Pro.local"
15 "git": "https://github.com/MorganBerger/Swift_Extensions.git",
21 "source_files": "Swift_Extensions/Classes/**/*",
22 "frameworks": "UIKit",
23 "pushed_with_swift_version": "3.0"