forked from marty-suzuki/MisterFusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMisterFusion.podspec
32 lines (26 loc) · 1.07 KB
/
MisterFusion.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
#
# Be sure to run `pod lib lint MisterFusion.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "MisterFusion"
s.version = "1.3.0"
s.summary = "MisterFusion makes more easier to use AutoLayout in Swift & Objective-C code."
s.homepage = "https://github.com/marty-suzuki/MisterFusion"
s.license = 'MIT'
s.author = { "Taiki Suzuki" => "s1180183@gmail.com" }
s.source = { :git => "https://github.com/marty-suzuki/MisterFusion.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/marty_suzuki'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'MisterFusion/*.{swift}'
#s.resource_bundles = {
# 'MisterFusion' => ['Pod/Assets/*.png']
#}
# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit'
# s.dependency 'AFNetworking', '~> 2.3'
end