forked from darrarski/DRURLParametersParser-iOS-OSX
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDRURLParametersParser.podspec
More file actions
Latest commit
12 lines (12 loc) · 609 Bytes
/
Copy pathDRURLParametersParser.podspec
File metadata and controls
12 lines (12 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name="DRURLParametersParser"
s.version="0.1"
s.summary="Helper class for retrieving parameters values from url"
s.homepage="https://bitbucket.org/darrarski/drurlparametersparser-ios-osx"
s.license='MIT'
s.author={"Darrarski"=>"darrarski@gmail.com"}
s.source={:git=>"https://bitbucket.org/darrarski/drurlparametersparser-ios-osx.git"}
s.osx.source_files='DRURLParametersParser/DRURLParametersParser.{h,m}'
s.ios.source_files='DRURLParametersParser/DRURLParametersParser.{h,m}'
s.requires_arc=true
end