Skip to content

Commit c85b195

Browse files
committed
Fixed issue with podspec.
1 parent cbe91bf commit c85b195

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

MMLanScan.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MMLanScan'
3-
s.version = '2.1.1'
3+
s.version = '2.1.2'
44
s.summary = 'MMLanScan is an open source project for iOS that helps you scan your network and shows the available devices'
55

66
s.description = <<-DESC
@@ -22,4 +22,5 @@ Pod::Spec.new do |s|
2222
s.source = { :git => 'https://github.com/mavris/MMLanScan.git', :tag => s.version.to_s }
2323
s.ios.deployment_target = '8.0'
2424
s.source_files = 'MMLanScan/**/*.{h,m}'
25+
s.resources = 'MMLanScan/Data/data.plist'
2526
end
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "CC736D227A29F609AE61B55FA3D72159FB828F32",
3+
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {
4+
5+
},
6+
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
7+
"2F8EE4670A46936183FA5C30123302A6625965C2" : 9223372036854775807,
8+
"CC736D227A29F609AE61B55FA3D72159FB828F32" : 9223372036854775807
9+
},
10+
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "BEC7DDDB-5863-4420-AFE5-FAC352087486",
11+
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
12+
"2F8EE4670A46936183FA5C30123302A6625965C2" : "MMLanScanPod\/",
13+
"CC736D227A29F609AE61B55FA3D72159FB828F32" : "MMLanScan\/"
14+
},
15+
"DVTSourceControlWorkspaceBlueprintNameKey" : "MMLanScanDemo",
16+
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
17+
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "MMLanScanDemo\/MMLanScanDemo.xcworkspace",
18+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
19+
{
20+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/mavris\/MMLanScanPod.git",
21+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
22+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "2F8EE4670A46936183FA5C30123302A6625965C2"
23+
},
24+
{
25+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/mavris\/MMLanScan.git",
26+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
27+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "CC736D227A29F609AE61B55FA3D72159FB828F32"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)