Skip to content

Commit d044864

Browse files
committed
Add CocoaPods 0.1.1 release
Signed-off-by: Karl Bowden <[email protected]>
1 parent 3779bc8 commit d044864

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ReduxKitRouter.podspec

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = 'ReduxKitRouter'
3+
spec.version = '0.1.1'
4+
spec.summary = 'Router middleware for ReduxKit'
5+
spec.homepage = 'https://github.com/ReduxKit/ReduxKitRouter'
6+
spec.license = { :type => 'MIT', :file => 'LICENSE' }
7+
spec.authors = { 'Aleksander Herforth Rendtslev' => '[email protected]', 'Karl Bowden' => '[email protected]' }
8+
spec.source = { :git => 'https://github.com/ReduxKit/ReduxKitRouter.git', :tag => spec.version.to_s }
9+
spec.source_files = 'ReduxKitRouter'
10+
spec.dependency 'ReduxKit', '~> 0.1'
11+
spec.ios.deployment_target = '8.0'
12+
end

0 commit comments

Comments
 (0)