1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-08-16 00:20:23 +03:00

Update podspec

This commit is contained in:
Igor Zapletnev 2016-02-28 12:34:52 +06:00
parent 3e2b70a306
commit b5529e6914
2 changed files with 13 additions and 1 deletions

View File

@ -29,7 +29,17 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/*.swift'
s.source_files = [
'Source/*.swift',
'Source/model/draw/*.swift',
'Source/model/geom2d/*.swift',
'Source/model/input/*.swift',
'Source/model/scene/*.swift',
'Source/bindings/*.swift',
'Source/events/*.swift',
'Source/render/*.swift',
'Source/views/*.swift'
]
# s.resource_bundles = {
# 'Macaw' => ['Pod/Assets/*.png']
# }

2
validate.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
pod lib lint --private