Skip to content

Commit

Permalink
Merge pull request #33 from CrazyWisdom/master
Browse files Browse the repository at this point in the history
cocoapods done?
  • Loading branch information
zhangwh committed Dec 16, 2015
2 parents 097bb19 + 7d3a066 commit bf0e3c3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CocoaMQTT.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.9"
s.ios.deployment_target = "8.0"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.0"}
s.source_files = "Source/CocoaMQTT.h", "Source/*.swift"
s.dependency "CocoaAsyncSocket", "~> 7.4.2"
s.dependency "MSWeakTimer", "~> 1.1.0"
s.source_files = "Source/{*.h,*.m}", "Source/*.swift"
# s.dependency "CocoaAsyncSocket", "~> 7.4.2"
# s.dependency "MSWeakTimer", "~> 1.1.0"
end
30 changes: 30 additions & 0 deletions CocoaMQTT.xcworkspace/xcshareddata/CocoaMQTT.xcscmblueprint
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "6AC0722B7BE3FA27716D8CB58780284FED75DC3C",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"6AC0722B7BE3FA27716D8CB58780284FED75DC3C" : 0,
"1C75F1C5CFCB95B3702F6F632FA05ED5244B519E" : 0
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "D5561908-3427-4BF9-A495-8B300CAA7278",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"6AC0722B7BE3FA27716D8CB58780284FED75DC3C" : "CocoaMQTT\/",
"1C75F1C5CFCB95B3702F6F632FA05ED5244B519E" : "CocoaMQTT\/CocoaAsyncSocket\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "CocoaMQTT",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "CocoaMQTT.xcworkspace",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/robbiehanson\/CocoaAsyncSocket.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "1C75F1C5CFCB95B3702F6F632FA05ED5244B519E"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:CrazyWisdom\/CocoaMQTT.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "6AC0722B7BE3FA27716D8CB58780284FED75DC3C"
}
]
}

0 comments on commit bf0e3c3

Please sign in to comment.