Skip to content

Commit

Permalink
Update iAppInfos.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
leverdeterre committed Dec 31, 2013
1 parent ca654c7 commit 73f6969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iAppInfos.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = 'iAppInfos'
s.version = '0.0.3'
s.version = '0.0.4'
s.requires_arc = true
s.author = {
'Morissard Jérome' => '[email protected]'
}
s.ios.deployment_target = '5.0'
s.summary = 'iAppInfos allows an access to important App informations : iOS version, Device model, Mobile provisionning infos'
s.summary = 'iAppInfos allows an access to important App informations : version, model, Mobile provisionning infos'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/leverdeterre/iAppInfos'
s.source = {
:git => 'https://github.com/leverdeterre/iAppInfos.git',
:tag => "0.0.3"
:tag => "0.0.4"
}
s.source_files = 'iAppInfos/iAppInfos/iAppInfos/*'
end

0 comments on commit 73f6969

Please sign in to comment.