[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 0 / c / Swift_Extensions / 0.0.3 / Swift_Extensions.podspec.json
blobca88f6a2564eca46a3b2e8a62b9e6b75cbb195f6
2   "name": "Swift_Extensions",
3   "version": "0.0.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Morgan Berger": "morgan@Morgans-MacBook-Pro.local"
13   },
14   "source": {
15     "git": "https://github.com/MorganBerger/Swift_Extensions.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Swift_Extensions/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"