-
Notifications
You must be signed in to change notification settings - Fork 1
/
SXRichViewEdit.podspec
40 lines (26 loc) · 1.16 KB
/
SXRichViewEdit.podspec
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
35
36
37
38
39
40
Pod::Spec.new do |s|
s.name = "SXRichViewEdit"
s.version = "0.9.9"
s.summary = "create a richView, can edit, upload html"
#s.description = <<-DESC
# DESC
s.homepage = "https://github.com/poos/SXRichViewEdit"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = 'MIT'
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "xiaoR" => "bieshixuan@163.com" }
# Or just: s.author = "iShown"
# s.social_media_url = "http://twitter.com/iShown"
s.platform = :ios, "7.1"
s.source = { :git => "https://github.com/poos/SXRichViewEdit.git", :tag => s.version.to_s }
s.source_files = "SXRichViewEdit/**/*.{h,m}"
#s.exclude_files = "Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
# s.resource = "icon.png"
# s.resources = "Resources/*.png"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
s.dependency "SDWebImage", "~> 3.8"
s.dependency "TZImagePickerController", "~>1.6.2"
end