forked from blackp/appbotx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appbotx.podspec
23 lines (21 loc) · 1.01 KB
/
appbotx.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# 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 = "1.1.1"
s.summary = "AppbotX is an Obj-C lib for the Appbot server."
s.description = "iOS Support Frameworks and UI for AppbotX tools to talk to the Appbot server."
s.homepage = "http://appbot.co"
s.license = 'MIT'
s.author = { "Stuart Hall" => "[email protected]" }
s.source = { :git => "http://github.com/appbotx/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