Files
JBChartView/iHasApp/2.0.1/iHasApp.podspec
T
2012-11-13 15:18:13 -05:00

17 lines
825 B
Ruby

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