Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Support cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-de0 committed Mar 22, 2017
1 parent 4b41f0f commit 039b198
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Fluxer.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "Fluxer"
s.version = "1.0.0"
s.summary = "Swift Flux Micro Framework"

s.homepage = "https://github.com/rb-de0/Fluxer"
s.license = 'MIT'
s.author = { "rb_de0" => "rebirth.de0@gmail.com" }
s.source = { :git => "https://github.com/rb-de0/Fluxer.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/rb_de0'

s.platform = :ios, '9.0'
s.requires_arc = true

s.source_files = 'Sources/**/*.swift'
end
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ disposeBag = DisposeBag() // dispose
## Future Improvement

- Docs
- CocoaPods

## Author

Expand Down

0 comments on commit 039b198

Please sign in to comment.