- Fix PodSpec
This commit is contained in:
parent
9ef9394bd0
commit
1045e1e5bc
@ -28,14 +28,13 @@ Pod::Spec.new do |s|
|
|||||||
s.platform = :ios, '7.0'
|
s.platform = :ios, '7.0'
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
|
|
||||||
s.source_files = 'Pod/Classes/**/*'
|
#s.source_files = 'Pod/Classes/**/*'
|
||||||
s.resources = [ '**/*.{xcdatamodel,xcdatamodeld}']
|
s.resources = [ '**/*.{xcdatamodel,xcdatamodeld}']
|
||||||
s.resource_bundles = {
|
s.resource_bundles = {
|
||||||
'PNXMPPFramework' => ['Pod/Assets/*.png']
|
'PNXMPPFramework' => ['Pod/Assets/*.png']
|
||||||
}
|
}
|
||||||
|
|
||||||
# s.public_header_files = 'Pod/Classes/**/*.h'
|
# s.public_header_files = 'Pod/Classes/**/*.h'
|
||||||
s.preserve_paths = "PNXMPPFramework/Vendor/libidn/"
|
|
||||||
# s.frameworks = 'UIKit', 'MapKit'
|
# s.frameworks = 'UIKit', 'MapKit'
|
||||||
# s.dependency 'AFNetworking', '~> 2.3'
|
# s.dependency 'AFNetworking', '~> 2.3'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user