File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1212
1313* None.
1414
15+ ## 1.5.1 (2019-07-06)
16+
17+ ##### Breaking
18+
19+ * None.
20+
21+ ##### Enhancements
22+
23+ * None.
24+
25+ ##### Bug Fixes
26+
27+ * Fix CocoaPod.
28+
1529## 1.5.0 (2019-07-06)
1630
1731##### Breaking
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "Periphery"
3- spec . version = "1.5.0 "
3+ spec . version = "1.5.1 "
44 spec . summary = "Eliminate Unused Swift Code."
55 spec . homepage = "https://github.com/peripheryapp/periphery"
66 spec . license = { :type => 'MIT' , :file => 'LICENSE.md' }
77 spec . author = { "Ian Leitch" => "[email protected] " } 88 spec . social_media_url = "https://twitter.com/peripheryappcom"
99 spec . source = { :http => "#{ spec . homepage } /releases/download/#{ spec . version } /periphery-v#{ spec . version } .zip" }
1010 spec . preserve_paths = '*'
11- spec . platform = :osx , '10.14'
1211end
Original file line number Diff line number Diff line change 1- public let PeripheryVersion = " 1.5.0 "
1+ public let PeripheryVersion = " 1.5.1 "
You can’t perform that action at this time.
0 commit comments