Skip to content

Commit

Permalink
Adding Package.swift for swift package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurp committed Feb 14, 2016
1 parent 2584785 commit acb3d13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ DerivedData
.idea/
# Pods - for those of you who use CocoaPods
Pods
.build
2 changes: 1 addition & 1 deletion Dollar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Ankur Patel" => "[email protected]" }
s.source = { :git => "https://github.com/ankurp/Dollar.git", :tag => "#{s.version}" }
s.source_files = "Dollar/Dollar/*.{h,swift}"
s.source_files = "Sources/*.{h,swift}"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.requires_arc = true
Expand Down
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import PackageDescription

let package = Package(name: "Dollar")

0 comments on commit acb3d13

Please sign in to comment.