Skip to content

Commit

Permalink
fixed podspec path?
Browse files Browse the repository at this point in the history
  • Loading branch information
blackp committed Sep 4, 2014
1 parent 96e91d6 commit 2e9323e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions AppbotX.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
# Be sure to run `pod lib lint NAME.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "AppbotX"
s.version = "0.5.5"
s.summary = "AppbotX is an Obj-C lib for the Appbot server."
s.description = <<-DESC
DESC
s.homepage = "http://appbot.co"
s.license = 'MIT'
s.author = { "Stuart Hall" => "[email protected]" }
s.source = { :git => "http://github.com/blackp/appbotx.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/stuartkhall'
s.resources = 'Classes/AppbotX.bundle'

s.platform = :ios, '6.0'
s.requires_arc = true

s.source_files = 'Classes/*.{h,m}', 'Classes/Models/*.{h,m}', 'Classes/Views/*.{h,m}', 'Classes/Controllers/*.{h,m}', 'Classes/Classes/*.{h,m}'
end

0 comments on commit 2e9323e

Please sign in to comment.