-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathEdmodoConnectIOS.podspec
More file actions
34 lines (31 loc) · 1.23 KB
/
EdmodoConnectIOS.podspec
File metadata and controls
34 lines (31 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# 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 = "EdmodoConnectIOS"
s.version = "0.1.13"
s.summary = "EdmodoConnectIOS is an SDK."
s.description = <<-DESC
EdmodoConnectIOS is an SDK that is longer than the summary
DESC
s.homepage = "http://edmodo.com"
s.screenshots = "https://assets.edmodo.com/images_v2/landing/landing.png"
s.license = 'MIT'
s.author = { "Doug Banks" => "doug@edmodo.com" }
s.source = { :git => "https://github.com/dougbanks/EdmodoConnectIOS.git", :tag => "cpodsv#{s.version}" }
s.platform = :ios, '6.1'
# s.ios.deployment_target = '6.1'
# s.osx.deployment_target = '10.7'
s.requires_arc = true
s.source_files = 'Classes/ios'
# s.resources = 'Assets/*.png'
s.ios.exclude_files = 'Classes/osx'
s.osx.exclude_files = 'Classes/ios'
# s.public_header_files = 'Classes/**/*.h'
# s.frameworks = 'SomeFramework', 'AnotherFramework'
# s.dependency 'JSONKit', '~> 1.4'
end