File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Charts"
3- s . version = "2.1.5 "
3+ s . version = "2.1.6 "
44 s . summary = "ios-charts is a powerful & easy to use chart library for iOS"
55 s . homepage = "https://github.com/danielgindi/ios-charts"
66 s . license = { :type => "Apache License, Version 2.0" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.1.5 </string >
18+ <string >2.1.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >15 </string >
22+ <string >16 </string >
2323 <key >NSPrincipalClass </key >
2424 <string ></string >
2525</dict >
Original file line number Diff line number Diff line change 1- ** Version 2.1.5 ** , synced to [ MPAndroidChart #6ae1eef ] ( https://github.com/PhilJay/MPAndroidChart/commit/e3a7b09 )
1+ ** Version 2.1.6 ** , synced to [ MPAndroidChart #0c97941 ] ( https://github.com/PhilJay/MPAndroidChart/commit/0c97941 )
22
33![ alt tag] ( https://raw.github.com/danielgindi/ios-charts/master/Assets/feature_graphic.png )
44[ ![ CodeHunt.io] ( https://img.shields.io/badge/vote-codehunt.io-02AFD1.svg )] ( http://codehunt.io/sub/ios-charts/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
@@ -38,11 +38,11 @@ Add `pod 'Charts'` to your Podfile. "Charts" is the name of the library.
3838
3939## Carthage Install
4040
41- New versions (since v2.1.4) include Carthage prebuilt binaries.
41+ Charts now include Carthage prebuilt binaries.
4242
4343``` carthage
44- github "danielgindi/ios-charts" == 2.1.5
45- github "danielgindi/ios-charts" ~> 2.1.5
44+ github "danielgindi/ios-charts" == 2.1.6
45+ github "danielgindi/ios-charts" ~> 2.1.6
4646```
4747
4848In order to build the binaries for a new release, use ` carthage build --no-skip-current && carthage archive Charts ` .
You can’t perform that action at this time.
0 commit comments