Skip to content

Commit

Permalink
Fixed issue with podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
mavris committed Feb 10, 2017
1 parent cbe91bf commit c85b195
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MMLanScan.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MMLanScan'
s.version = '2.1.1'
s.version = '2.1.2'
s.summary = 'MMLanScan is an open source project for iOS that helps you scan your network and shows the available devices'

s.description = <<-DESC
Expand All @@ -22,4 +22,5 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/mavris/MMLanScan.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'MMLanScan/**/*.{h,m}'
s.resources = 'MMLanScan/Data/data.plist'
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "CC736D227A29F609AE61B55FA3D72159FB828F32",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"2F8EE4670A46936183FA5C30123302A6625965C2" : 9223372036854775807,
"CC736D227A29F609AE61B55FA3D72159FB828F32" : 9223372036854775807
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "BEC7DDDB-5863-4420-AFE5-FAC352087486",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"2F8EE4670A46936183FA5C30123302A6625965C2" : "MMLanScanPod\/",
"CC736D227A29F609AE61B55FA3D72159FB828F32" : "MMLanScan\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "MMLanScanDemo",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "MMLanScanDemo\/MMLanScanDemo.xcworkspace",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/mavris\/MMLanScanPod.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "2F8EE4670A46936183FA5C30123302A6625965C2"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/mavris\/MMLanScan.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "CC736D227A29F609AE61B55FA3D72159FB828F32"
}
]
}

0 comments on commit c85b195

Please sign in to comment.