Skip to content

Commit

Permalink
added iOSInstalledApps to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
arg0s committed Sep 2, 2012
1 parent 067e6c0 commit 2b4c9d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions iOSInstalledApps/0.1.0/iOSInstalledApps.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "iOSInstalledApps"
s.version = "0.1.0"
s.summary = "Utility functions to assist with iOS app reading by checking running processes and identifying whether apps implement a custom URL Scheme."
s.homepage = "https://github.com/arg0s/iOSInstalledApps"

s.license = 'BSD'
s.author = { "Aravind Krishnaswamy" => "arvi@alumni.iastate.edu" }
s.source = { :git => "https://github.com/arg0s/iOSInstalledApps.git", :commit => "77ef65124deeb0a10477853514ec5dc7b3b61721" }

s.platform = :ios, '5.0'
s.source_files = 'LLInstalledApps*.{h,m}'
s.requires_arc = true
end

0 comments on commit 2b4c9d5

Please sign in to comment.