blob: d160f17d7302aad96c8e1707ddb72dd4b4d307c6 [file] [log] [blame]
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -08001Pod::Spec.new do |s|
2 s.name = 'RxLibrary'
3 s.version = '0.0.1'
4 s.summary = 'Reactive Extensions library for iOS'
5 s.homepage = 'https://github.com/grpc/grpc/tree/master/src/objective-c/RxLibrary'
6 s.license = 'New BSD'
7 s.authors = { 'Jorge Canizales' => 'jcanizales@google.com' }
8
9 # s.source = { :git => 'https://github.com/grpc/grpc.git', :tag => 'release-0_5_0' }
10 s.source_files = 'src/objective-c/RxLibrary/*.{h,m}', 'src/objective-c/RxLibrary/transformations/*.{h,m}', 'src/objective-c/RxLibrary/private/*.{h,m}'
11 s.private_header_files = 'src/objective-c/RxLibrary/private/*.h'
12
13 s.platform = :ios
14 s.ios.deployment_target = '6.0'
15 s.requires_arc = true
16end