1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 13:15:35 +03:00

Podspec fix

This commit is contained in:
Viktor Sukochev 2017-08-22 15:17:39 +07:00
parent ce10b3ef13
commit 5b8783b637
3 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
Macaw: ceb6b88ed35e027b9b40804fed254b9e0e700c81
Macaw: 5bd466e34d3602084f43486abbc31fc4a8060c74
SWXMLHash: 701f7d07c032089b9ff34e0352bd4fed1a24652a
PODFILE CHECKSUM: d31ba0b2048e70405adc9fbdda765e648c849781
COCOAPODS: 1.2.0
COCOAPODS: 1.1.1

View File

@ -16,4 +16,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: cf6c204dbe194da8e03fcb9ffd9c99d086057155
COCOAPODS: 1.2.0
COCOAPODS: 1.1.1

View File

@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.source_files = [
'Source/**/*.*'
'Source/**/*.swift'
]
# s.resource_bundles = {
# 'Macaw' => ['Pod/Assets/*.png']