Skip to content

Commit

Permalink
Added resources to pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mozharovsky committed Jan 2, 2017
1 parent bf5ee73 commit 0adb615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ATHKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ATHKit"
s.version = "0.0.2"
s.version = "0.0.4"
s.summary = "ATHKit is a collection of customizable UI components such as ImagePickerController and more."
s.homepage = "https://github.com/Athlee/ATHKit"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -11,12 +11,7 @@ s.platform = :ios, "9.0"
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/Athlee/ATHKit.git", :tag => s.version }
s.source_files = "Source/*.swift"
#s.resources = "Source/*.{lproj,storyboard,xcassets}"

s.resource_bundle = {
'Paramount' => ['Sources/Paramount.bundle/*.png']
}

s.resources = "Source/*.{storyboard,xcassets}"
s.requires_arc = true

s.dependency "Material"
Expand Down
Binary file not shown.

0 comments on commit 0adb615

Please sign in to comment.