File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11## 0.5.0 (2016-03-31)
22
3+ ### Fixed:
4+
5+ - Add fontawesome-webfont.ttf to podspec resources.
6+
7+ ## 0.5.0 (2016-03-31)
8+
39### Added:
410
511- Add color customization feature
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ $ gem install cocoapods
1616```
1717To integrate WootricSDK into your Xcode project using CocoaPods, specify it in your ` Podfile ` :
1818``` ruby
19- pod " WootricSDK" , " ~> 0.5.0 "
19+ pod " WootricSDK" , " ~> 0.5.1 "
2020```
2121Then, run the following command:
2222
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'WootricSDK'
3- s . version = '0.5.0 '
3+ s . version = '0.5.1 '
44 s . license = 'MIT'
55 s . summary = 'Wootric SDK for displaying survey for end user'
66 s . homepage = 'https://github.com/Wootric/WootricSDK-iOS'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.5.0 </string >
18+ <string >0.5.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments