Skip to content

Commit

Permalink
updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
z3bi committed May 20, 2015
1 parent 6dd7f25 commit 288263d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BAPrayerTimes.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BAPrayerTimes'
s.version = '1.3.1'
s.version = '1.4'
s.summary = 'An Objective-C library for calculating Islamic prayer times'

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.8'
s.requires_arc = true

s.source = { :git => 'https://github.com/batoulapps/BAPrayerTimes.git', :tag => '1.3.1', :submodules => true }
s.source = { :git => 'https://github.com/batoulapps/BAPrayerTimes.git', :tag => '1.4', :submodules => true }

s.source_files = 'BAPrayerTimes/BAPrayerTimes.{h,m}',
'ITL/prayertime/prayer.{h,c}',
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BAPrayerTimes is an Objective-C library for calculating Islamic prayer times. It
The simplest way to use BAPrayerTimes is with CocoaPods.

```
pod 'BAPrayerTimes', '~> 1.3'
pod 'BAPrayerTimes', '~> 1.4'
```

You can also simply download the source and include it in your project. The necessary files are BAPrayerTimes.h, BAPrayerTimes.c, prayer.h, prayer.c, astro.h, and astro.c
Expand All @@ -21,7 +21,7 @@ You can also simply download the source and include it in your project. The nece
BAPrayerTimes is officially supported on iOS 6 and above as well as OS X 10.8 and above. It will most likely work on systems much earlier than those, however no testing has been done to verify this.

##Usage
BAPrayerTimes is very simple to use. First import ``BAPrayerTimes.h`` and then initialize a ``BAPrayerTimes`` object. There are a few different initializers you can use to create a BAPrayerTimes object depending on how much customization you want to add. The most basic initializer is:
First import ``BAPrayerTimes.h`` and then initialize a ``BAPrayerTimes`` object. There are a few different initializers you can use to create a BAPrayerTimes object depending on how much customization you want to add. The most basic initializer is:

```obj-c
BAPrayerTimes *prayerTimes = [[BAPrayerTimes alloc] initWithDate:date
Expand Down

0 comments on commit 288263d

Please sign in to comment.