-
Notifications
You must be signed in to change notification settings - Fork 0
/
DYFAssistiveTouchView.podspec
executable file
·39 lines (26 loc) · 1.17 KB
/
DYFAssistiveTouchView.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
Pod::Spec.new do |s|
s.name = "DYFAssistiveTouchView"
s.version = "4.3.1"
s.summary = "应用内悬浮按钮和工具条,可以增加/修改 Item 项,通过事件索引实现各种场景页面的跳转。"
s.homepage = "https://github.com/itenfay/DYFAssistiveTouchView"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Tenfay" => "itenfay@163.com" }
# s.social_media_url = "http://twitter.com/Tenfay"
s.platform = :ios
s.ios.deployment_target = "8.0"
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/itenfay/DYFAssistiveTouchView.git", :tag => s.version.to_s }
s.source_files = "Classes/**/*.{h,m}"
s.public_header_files = "Classes/**/*.h"
# s.resource = "icon.png"
# s.resources = "Resources/*.png"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
s.frameworks = "QuartzCore"
# s.library = "iconv"
# s.libraries = "iconv", "xml2"
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
end