Skip to content

Commit e825f17

Browse files
bumped version to [0.1.4]
1 parent 8182cba commit e825f17

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,29 @@ WYPopoverController uses ARC.
9696

9797
#### Cocoapods
9898

99-
Add this line `pod 'WYPopoverController', '~> 0.1.3'` to your PodFile.
99+
Add this line `pod 'WYPopoverController', '~> 0.1.4'` to your PodFile.
100100

101101
Your PodFile should look like :
102102

103103
```Ruby
104-
platform :ios, '7.0'
105-
pod 'WYPopoverController', '~> 0.1.3'
104+
platform :ios, '6.0'
105+
pod 'WYPopoverController', '~> 0.1.4'
106106
```
107107

108108
To use the `master` branch of the repo :
109109

110110
```Ruby
111111
platform :ios, '6.0'
112-
pod 'WYPopoverController', :git => 'https://github.com/nicolaschengdev/WYPopoverController.git'
112+
pod 'WYPopoverController', :git => 'https://github.com/nicolaschengdev/WYPopoverController.git'
113113
```
114114

115115
#### Manually
116116

117-
Add these 4 files `WYPopoverController.h`, `WYPopoverController.m`, `WYStoryboardPopoverSegue.h`, `WYStoryboardPopoverSegue.m` and add `Quartzcore` framework to your project.
117+
Add these files to your project :
118+
* `WYPopoverController.h` and `WYPopoverController.m`
119+
* `WYStoryboardPopoverSegue.h` and `WYStoryboardPopoverSegue.m`
120+
121+
And link `QuartzCore.framework` library in the *Build Phases* of your project targets.
118122

119123
### Examples
120124

WYPopoverController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'WYPopoverController'
3-
s.version = '0.1.5'
3+
s.version = '0.1.5-beta'
44
s.summary = 'An iOS Popover for iPhone and iPad. Very customizable.'
55
s.description = <<-DESC
66
WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.

WYPopoverController/WYPopoverController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version 0.1.4
2+
Version 0.1.5-beta
33
44
WYPopoverController is available under the MIT license.
55

WYPopoverController/WYPopoverController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version 0.1.4
2+
Version 0.1.5-beta
33
44
WYPopoverController is available under the MIT license.
55

WYPopoverController/WYStoryboardPopoverSegue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version 0.1.4
2+
Version 0.1.5-beta
33
44
WYPopoverController is available under the MIT license.
55

WYPopoverController/WYStoryboardPopoverSegue.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version 0.1.4
2+
Version 0.1.5-beta
33
44
WYPopoverController is available under the MIT license.
55

0 commit comments

Comments
 (0)