Skip to content

Commit

Permalink
Merge pull request #742 from danielamitay/master
Browse files Browse the repository at this point in the history
Added iHasApp 2.0.1
  • Loading branch information
fabiopelosin committed Nov 13, 2012
2 parents e8c60ec + 52ab15b commit 3c1cb72
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions iHasApp/2.0.1/iHasApp.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "iHasApp"
s.version = "2.0.1"
s.summary = "The iHasApp iOS Framework allows you to detect installed apps on a user's device."
s.description = <<-DESC
The iHasApp iOS Framework allows you to detect installed apps on a user's device.
Detection results can be in the form of an array of detected appIds, or an array of appDictionaries from the iTunes Search API.
DESC
s.homepage = "https://github.com/danielamitay/iHasApp"
s.license = 'MIT'
s.author = { "Daniel Amitay" => "hello@danielamitay.com" }
s.source = { :git => "https://github.com/danielamitay/iHasApp.git", :tag => "2.0.1"}
s.platform = :ios, '5.0'
s.resource = 'iHasApp.framework'
s.requires_arc = true
end

0 comments on commit 3c1cb72

Please sign in to comment.