Skip to content

Commit

Permalink
added podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschengdev committed Aug 19, 2013
1 parent 4698626 commit c01d6ca
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Demo/WYPopoverDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "WYPopoverDemo/WYPopoverDemo-Prefix.pch";
INFOPLIST_FILE = "WYPopoverDemo/WYPopoverDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -329,6 +330,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "WYPopoverDemo/WYPopoverDemo-Prefix.pch";
INFOPLIST_FILE = "WYPopoverDemo/WYPopoverDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down
2 changes: 1 addition & 1 deletion Demo/WYPopoverDemo/WYPopoverController.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 0.1
Version 0.1.0
WYPopoverController is available under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion Demo/WYPopoverDemo/WYPopoverController.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 0.1
Version 0.1.0
WYPopoverController is available under the MIT license.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WYPopoverController
===================

WYPopoverController is used for the presentation of content in popover on iPhone / iPad devices. Very customizable.
WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.

## Screenshots

Expand Down Expand Up @@ -109,7 +109,7 @@ UINavigationBar* appearance2 = [UINavigationBar appearanceWhenContainedIn:[UINav
## License
Version 0.1
Version 0.1.0
WYPopoverController is available under the MIT license.
Expand Down
12 changes: 12 additions & 0 deletions WYPopoverController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "WYPopoverController"
s.version = "0.1.0"
s.summary = "WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable."
s.homepage = "https://github.com/nicolaschengdev/WYPopoverController"
s.license = 'MIT'
s.author = { "Nicolas CHENG" => "[email protected]" }
s.source = { :git => "https://github.com/nicolaschengdev/WYPopoverController.git", :tag => "0.1.0" }
s.platform = :ios, '5.0'
s.source_files = 'WYPopoverController/*.{h,m}'
s.requires_arc = true
end
2 changes: 1 addition & 1 deletion WYPopoverController/WYPopoverController.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 0.1
Version 0.1.0
WYPopoverController is available under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion WYPopoverController/WYPopoverController.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 0.1
Version 0.1.0
WYPopoverController is available under the MIT license.
Expand Down

0 comments on commit c01d6ca

Please sign in to comment.