-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBricks.podspec
More file actions
28 lines (22 loc) · 995 Bytes
/
Bricks.podspec
File metadata and controls
28 lines (22 loc) · 995 Bytes
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
Pod::Spec.new do |s|
s.name = 'Bricks'
s.version = '0.2.0'
s.summary = 'A Masonry inspired manual layout library.'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/mindz_eye/Bricks'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Makarov Yuriy' => 'makarov.yuriy@gmail.com' }
s.source = { :git => 'https://github.com/<GITHUB_USERNAME>/Bricks.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '9.0'
s.source_files = 'Bricks/**/*'
# s.resource_bundles = {
# 'Bricks' => ['Bricks/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end