Skip to content

Commit

Permalink
Merge pull request #27 from endoze/fix-source-files-in-podspec
Browse files Browse the repository at this point in the history
Fix missing source files in podspec
  • Loading branch information
endoze committed May 23, 2016
2 parents e9d3fed + 3b50550 commit 17b1050
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,14 +1,25 @@
# Change Log

## 1.x Releases
- `1.5.0` Releases - [1.5.0](#150)
- `1.5.0` Releases - [1.5.0](#150) | [1.5.1](#151)
- `1.4.0` Releases - [1.4.0](#140)
- `1.3.x` Releases - [1.3.0](#130) | [1.3.1](#131)
- `1.2.x` Releases - [1.2.4](#124) | [1.2.3](#123) | [1.2.2](#122) | [1.2.1](#121) | [1.2.0](#120)
- `1.1.x` Releases - [1.1.0](#110)
- `1.0.x` Releases - [1.0.1](#101) | [1.0.0](#100)

---
## [1.5.1](https://github.com/endoze/RosettaStoneKit/releases/tag/1.5.0)
Released on 2015-05-23

### Added

### Updated
- Podspec source files to include library files

### Removed


## [1.5.0](https://github.com/endoze/RosettaStoneKit/releases/tag/1.5.0)
Released on 2015-05-22

Expand Down
4 changes: 2 additions & 2 deletions RosettaStoneKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RosettaStoneKit"
s.version = "1.5.0"
s.version = "1.5.1"
s.summary = "Magical Object Mapping framework for iOS/OS X"

s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"

s.source = {git: "https://github.com/endoze/RosettaStoneKit.git", tag: "#{s.version}"}
s.source_files = "Common", "Common/**/*.{h,m}", "RosettaStoneKit/RosettaStoneKit.h"
s.source_files = "RosettaStoneKit/**/*.{h,m}"

s.requires_arc = true
end

0 comments on commit 17b1050

Please sign in to comment.