Skip to content

Commit f3447ed

Browse files
committed
Add podspec from main repo
1 parent 9a6ec6a commit f3447ed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RSOAuthEngine.podspec

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'RSOAuthEngine'
3+
s.version = '1.0.0'
4+
s.license = 'MIT'
5+
s.summary = 'ARC based OAuth engine for MKNetworkKit.'
6+
s.homepage = 'https://github.com/rsieiro/RSOAuthEngine'
7+
s.authors = { 'Rodrigo Sieiro' => '[email protected]' }
8+
s.source = {:git => 'https://github.com/rsieiro/RSOAuthEngine.git', :tag => '1.0.0'}
9+
s.source_files = 'RSOAuthEngine/*.{h,m}'
10+
11+
s.requires_arc = true
12+
s.dependency 'MKNetworkKit'
13+
end

0 commit comments

Comments
 (0)